hardware:perifericos:cascade_joystick
Diferencias
Muestra las diferencias entre dos versiones de la página.
| Próxima revisión | Revisión previa | ||
| hardware:perifericos:cascade_joystick [2026/05/13 17:26] – creado jesus | hardware:perifericos:cascade_joystick [2026/05/25 06:14] (actual) – jesus | ||
|---|---|---|---|
| Línea 4: | Línea 4: | ||
| < | < | ||
| /* --- MOTOR VISUAL RETRO CRT --- */ | /* --- MOTOR VISUAL RETRO CRT --- */ | ||
| - | .pcw-monitor-ultra { | + | .pcw-monitor-ultra { background-color: |
| - | | + | .pcw-monitor-ultra:: |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | + | ||
| - | .pcw-monitor-ultra:: | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| @keyframes flickering { 0% { opacity: 0.98; } 100% { opacity: 1; } } | @keyframes flickering { 0% { opacity: 0.98; } 100% { opacity: 1; } } | ||
| - | + | | |
| - | | + | .pcw-title-ultra { font-size: 1.6em; font-weight: |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | + | ||
| - | .pcw-title-ultra { | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| .pcw-title-ultra:: | .pcw-title-ultra:: | ||
| @keyframes cursor-blink { 0%, 100% { opacity: 0; } 50% { opacity: 1; } } | @keyframes cursor-blink { 0%, 100% { opacity: 0; } 50% { opacity: 1; } } | ||
| + | | ||
| .content-body { position: relative; z-index: 3; color: #00ff00; line-height: | .content-body { position: relative; z-index: 3; color: #00ff00; line-height: | ||
| .content-body b, .content-body strong { color: #00ff00; font-weight: | .content-body b, .content-body strong { color: #00ff00; font-weight: | ||
| - | .content-body ul { list-style: square; margin-top: 10px; padding-left: | ||
| - | .content-body ul li a { color: #00ff00 !important; text-decoration: | ||
| | | ||
| - | /* --- SUBTÍTULO EN CUADRO NEÓN --- */ | + | /* --- GALERÍA CENTRADA CON IMÁGENES GRANDES |
| - | .pcw-subtitle-box { | + | .drive-grid-container { display: flex; flex-direction: |
| - | background-color: | + | .drive-card { border: 1px solid #004400; background: rgba(0, 15, 0, 0.6); padding: |
| - | color: #000b00 !important; | + | |
| - | padding: 5px 12px; | + | |
| - | font-weight: | + | |
| - | display: inline-block; | + | |
| - | margin: 20px 0 15px 0; | + | |
| - | text-transform: | + | |
| - | position: relative; | + | |
| - | z-index: 3; | + | |
| - | font-family: | + | |
| - | } | + | |
| - | + | ||
| - | /* --- REJILLA TÉCNICA REAJUSTADA AL ANCHO REAL --- */ | + | |
| - | .drive-grid-container { | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | + | ||
| - | .drive-card { | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| .drive-card: | .drive-card: | ||
| - | + | | |
| - | .drive-info-header { | + | |
| - | font-size: 1.1em; | + | |
| - | border-bottom: | + | |
| - | padding-bottom: | + | |
| - | color: #00ff00; | + | |
| - | display: flex; | + | |
| - | align-items: | + | |
| - | gap: 10px; | + | |
| - | flex-wrap: wrap; | + | |
| - | } | + | |
| - | + | ||
| - | .model-highlight { | + | |
| - | background-color: | + | |
| - | color: #000b00 !important; | + | |
| - | padding: 2px 8px; | + | |
| - | font-weight: | + | |
| - | text-transform: | + | |
| - | } | + | |
| - | + | ||
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | } | + | |
| - | + | ||
| - | .img-frame { | + | |
| - | border: 2px solid #00ff00; | + | |
| - | padding: 4px; | + | |
| - | background: #000; | + | |
| - | text-align: center; | + | |
| - | display: inline-flex; | + | |
| - | flex-direction: | + | |
| - | align-items: | + | |
| - | box-sizing: border-box; | + | |
| - | } | + | |
| - | + | ||
| - | .img-frame img { | + | |
| - | max-width: 140px; | + | |
| - | height: auto; | + | |
| - | object-fit: contain; | + | |
| - | cursor: pointer; | + | |
| - | background-color: | + | |
| - | | + | |
| | | ||
| - | .img-label { font-size: 0.68em; color: #00aa00; margin-top: 6px; text-transform: uppercase; word-break: break-word; } | + | .img-frame { border: 2px solid #00ff00; padding: 6px; background: #000; text-align: center; display: inline-flex; flex-direction: column; align-items: center; box-sizing: border-box; transition: 0.3s ease; } |
| - | + | | |
| - | /* --- LIGHTBOX SCROLL --- */ | + | |
| - | .modal-pcw { | + | |
| - | display: none; | + | |
| - | position: fixed; | + | |
| - | z-index: 9999; | + | |
| - | top: 0; left: 0; | + | |
| - | width: 100%; height: 100%; | + | |
| - | background-color: rgba(0, | + | |
| - | | + | |
| - | } | + | |
| | | ||
| + | .modal-pcw { display: none; position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; background-color: | ||
| .modal-pcw: | .modal-pcw: | ||
| - | | + | .close-overlay { display: inline-block; |
| - | | + | .modal-content { max-width: 90% !important; max-height: 85vh !important; border: 4px solid #00ff00; box-shadow: 0 0 50px rgba(0, 255, 0, 0.5); margin: 5vh auto; display: inline-block; |
| - | | + | |
| - | | + | |
| - | | + | .tech-table { width: 100%; border-collapse: |
| - | | + | .tech-table th, .tech-table td { border: 1px solid #004400; padding: 8px; text-align: left; font-family: |
| - | | + | .tech-table th { background: rgba(0, 60, 0, 0.6); color: # |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | .modal-content { | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | } | + | |
| </ | </ | ||
| <!-- CAPA DE MODALES INTERACTIVOS (LIGHTBOX) --> | <!-- CAPA DE MODALES INTERACTIVOS (LIGHTBOX) --> | ||
| - | <div id=" | + | <div id=" |
| - | <div id=" | + | <div id=" |
| <div class=" | <div class=" | ||
| <div class=" | <div class=" | ||
| - | | + | |
| <div class=" | <div class=" | ||
| - | < | + | < |
| - | | + | |
| < | < | ||
| - | | ||
| <p>El problema que se presenta al utilizar un PCW es que este ordenador no dispone de puerto para joystick. Por este motivo es necesario el uso de un interface como el Cascade Joystick.</ | <p>El problema que se presenta al utilizar un PCW es que este ordenador no dispone de puerto para joystick. Por este motivo es necesario el uso de un interface como el Cascade Joystick.</ | ||
| </ | </ | ||
| + | |||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <p>El kit completo del Joystick incluye el interface, un joystick y un disquete con la versión 4.0 del juego de ajedrez Colossus Chess 2 u otro juego en otros casos como el simulador de vuelo ACE.</ | ||
| + | <p>Su uso no puede ser más sencillo: basta con conectar el joystick a la toma correspondiente en el interface, y luego conectar el interface al puerto de expansión del PCW (todo esto, por supuesto, con el ordenador apagado). Es importante hacerlo por este orden, porque la conexión del joystick está muy justa. Si conectamos primero el interface, encendemos el ordenador, y luego intentamos conectar el joystick al interface, observaremos que es necesario hacer fuerza, y cabe la posibilidad de dañar el conector de expansión en un descuido.</ | ||
| + | <p>El interface con el simulador de vuelo Tomahawk, funciona sin ningún problema. Sin embargo, algunos joystick que vienen con el kit, dan bastantes problemas, pues no disparan ni realizan el movimiento hacia abajo. Imaginamos que se trata de un problema individual del joystick. Esperemos que solo sea un problema de forma generalizada.</ | ||
| + | < | ||
| + | | ||
| + | <br /> | ||
| + | <hr style=" | ||
| + | <br /> | ||
| + | |||
| + | <!-- --- INFORMACIÓN TÉCNICA DE PRESERVACIÓN --- --> | ||
| + | < | ||
| + | <p>A nivel de hardware de bajo nivel para el microprocesador Zilog Z80, la interfaz Cascade Joystick responde de manera directa al direccionamiento clásico de E/S (Entrada/ | ||
| + | | ||
| + | <ul> | ||
| + | < | ||
| + | < | ||
| + | </ul> | ||
| + | |||
| + | < | ||
| + | <table class=" | ||
| + | < | ||
| + | <tr> | ||
| + | < | ||
| + | < | ||
| + | </tr> | ||
| + | </ | ||
| + | < | ||
| + | <tr> | ||
| + | < | ||
| + | < | ||
| + | </tr> | ||
| + | <tr> | ||
| + | < | ||
| + | < | ||
| + | </tr> | ||
| + | <tr> | ||
| + | < | ||
| + | < | ||
| + | </tr> | ||
| + | <tr> | ||
| + | < | ||
| + | < | ||
| + | </tr> | ||
| + | <tr> | ||
| + | < | ||
| + | < | ||
| + | </tr> | ||
| + | <tr> | ||
| + | < | ||
| + | < | ||
| + | </tr> | ||
| + | <tr> | ||
| + | < | ||
| + | < | ||
| + | </tr> | ||
| + | <tr> | ||
| + | < | ||
| + | < | ||
| + | </tr> | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | < | ||
| + | <ul> | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | </ul> | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
hardware/perifericos/cascade_joystick.1778693190.txt.gz · Última modificación: por jesus
