| Próxima revisión | Revisión previa |
| en:software:nuevos_desarrollos:pacmania [2026/07/22 14:58] – creado jesus | en:software:nuevos_desarrollos:pacmania [2026/07/22 17:33] (actual) – jesus |
|---|
| } | } |
| </script> | </script> |
| | |
| | |
| <div class="pcw-ficha-container"> | <div class="pcw-ficha-container"> |
| <div class="retro-title">PAC-MANIA</div> | <div class="retro-title">PAC-MANIA</div> |
| </div> | </div> |
| <div class="dato-linea"><span class="dato-etiqueta">Developer:</span><span class="dato-valor"><a href="doku.php?id=en:companias:namco" style="color: #00ff00 !important; font-weight: bold; text-decoration: underline !important;">Namco</a></span></div> | <div class="dato-linea"><span class="dato-etiqueta">Developer:</span><span class="dato-valor"><a href="doku.php?id=en:companias:namco" style="color: #00ff00 !important; font-weight: bold; text-decoration: underline !important;">Namco</a></span></div> |
| <div class="dato-linea"><span class="dato-etiqueta">Publisher:</span><span class="dato-valor">Grandslam Entertainment</span></div> | <div class="dato-linea"><span class="dato-etiqueta">Publisher:</span><span class="dato-valor"><a href="doku.php?id=en:companias:grandslam" style="color: #00ff00 !important; font-weight: bold; text-decoration: underline !important;">Grandslam Entertainment</a></span></div> |
| <div class="dato-linea"><span class="dato-etiqueta">Production Team:</span><span class="dato-valor">Original Design: Toru Iwatani<br>Base Port Programming: Steinar Lund / Peter Johnson</span></div> | <div class="dato-linea"><span class="dato-etiqueta">Production Team:</span><span class="dato-valor">Original Design: Toru Iwatani<br>Base Port Programming: Steinar Lund / Peter Johnson</span></div> |
| <div class="dato-linea"><span class="dato-etiqueta">Ported by:</span><span class="dato-valor">HabiSoft (<a href="https://habisoft.com" target="_blank" style="color: #00ff00 !important; text-decoration: underline !important;">https://habisoft.com</a>)</span></div> | <div class="dato-linea"><span class="dato-etiqueta">Ported by:</span><span class="dato-valor">HabiSoft (<a href="https://habisoft.com" target="_blank" style="color: #00ff00 !important; text-decoration: underline !important;">https://habisoft.com</a>)</span></div> |
| <div class="dato-linea"><span class="dato-etiqueta">Release Year:</span><span class="dato-valor">1987 (Arcade)</span></div> | <div class="dato-linea"><span class="dato-etiqueta">Release Year:</span><span class="dato-valor">1987 (Arcade)</span></div> |
| <div class="dato-linea"><span class="dato-etiqueta">Port Year:</span><span class="dato-valor">2024</span></div> | <div class="dato-linea"><span class="dato-etiqueta">Port Year:</span><span class="dato-valor">2015</span></div> |
| <div class="dato-linea"><span class="dato-etiqueta">Compatibility:</span><span class="dato-valor">Amstrad PCW 8256 - PCW 8512 - PCW 9256 - PCW 9512</span></div> | <div class="dato-linea"><span class="dato-etiqueta">Compatibility:</span><span class="dato-valor">Amstrad PCW 8256 - PCW 8512 - PCW 9256 - PCW 9512</span></div> |
| <div class="dato-linea"><span class="dato-etiqueta">Peripherals:</span><span class="dato-valor">Keyboard / Joystick (Dk'Tronics)</span></div> | <div class="dato-linea"><span class="dato-etiqueta">Peripherals:</span><span class="dato-valor">Keyboard / Joystick (Dk'Tronics)</span></div> |
| <div class="pcw-texto-descripcion"> | <div class="pcw-texto-descripcion"> |
| Pac-Mania represented one of the most ambitious mechanical and visual evolutions of Namco's famous franchise in arcade halls. Originally released in 1987, the video game abandoned the classic top-down two-dimensional perspective in favor of a stunning isometric projection in fake 3D with multi-directional scrolling. The greatest gameplay innovation lay in Pac-Man's ability to jump over ghosts, introducing a vertical dimension that completely altered traditional evasion strategies.<br><br> | Pac-Mania represented one of the most ambitious mechanical and visual evolutions of Namco's famous franchise in arcade halls. Originally released in 1987, the video game abandoned the classic top-down two-dimensional perspective in favor of a stunning isometric projection in fake 3D with multi-directional scrolling. The greatest gameplay innovation lay in Pac-Man's ability to jump over ghosts, introducing a vertical dimension that completely altered traditional evasion strategies.<br><br> |
| This outstanding native version for the Amstrad PCW range, developed in 2024 by the prolific preservationist HabiSoft, is a highly interesting feat of optimization and Z80 code archaeology. Interestingly, the conversion from the Amstrad CPC system proved particularly viable due to the internal architecture of the original software itself: the commercial game originally adapted by Grandslam spent its time constantly converting the screen from a "Spectrum format" to the CPC buffer in the background. HabiSoft took advantage of this structural particularity to simply replace that routine with one optimized for the PCW's video system, redirecting the data directly to the high-resolution monochrome matrix.<br><br> | This outstanding native version for the Amstrad PCW range, developed in 2024 by the prolific preservationist HabiSoft, is a highly interesting feat of optimization and Z80 code archaeology. Interestingly, the conversion from the Amstrad CPC system proved particularly viable due to the internal architecture of the original software itself: the commercial game originally adapted by Grandslam spent its time constantly converting the screen from a "Spectrum format" to the CPC buffer in the background. HabiSoft took advantage of this structural importance to simply replace that routine with one optimized for the PCW's video system, redirecting the data directly to the high-resolution monochrome matrix.<br><br> |
| Beyond the visual translation, this port resolves severe inherited technical flaws that put the hardware at risk. In the commercial CPC version, the sound routine executed when consuming a power pellet ("fat ball") was never properly ported; the game kept trying to write directly to the Sinclair ZX Spectrum's ULA, an orphan and dangerous instruction in Amstrad architectures. HabiSoft has completely corrected this audio buffer, cleanly porting the sound for the Dk'Tronics musical interface and adding full support for its physical joystick. Since the original engine suffers from a certain native refresh sluggishness, a frame selector menu has been implemented at startup to allow balancing movement smoothness versus execution speed at will. | Beyond the visual translation, this port resolves severe inherited technical flaws that put the hardware at risk. In the commercial CPC version, the sound routine executed when consuming a power pellet ("fat ball") was never properly ported; the game kept trying to write directly to the Sinclair ZX Spectrum's ULA, an orphan and dangerous instruction in Amstrad architectures. HabiSoft has completely corrected this audio buffer, cleanly porting the sound for the Dk'Tronics musical interface and adding full support for its physical joystick. Since the original engine suffers from a certain native refresh sluggishness, a frame selector menu has been implemented at startup to allow balancing movement smoothness versus execution speed at will. |
| </div> | </div> |
| | |
| | |
| <!-- SECCIÓN CARÁTULA --> | <!-- SECCIÓN CARÁTULA --> |
| <div class="retro-subtitle">Cover Art</div> | <div class="retro-subtitle">Cover Art</div> |
| </div> | </div> |
| |
| <!-- SECCIÓN MANUAL CON ENLACE EXTERNO SOLICITADO --> | <!-- SECCIÓN MANUAL CON ENLACE EXTERNO SOLICITADO Y ENLACE CLICKEABLE RESTAURADO --> |
| <div class="retro-subtitle">Manual</div> | <div class="retro-subtitle">Manual</div> |
| <div class="pcw-texto-plano" style="margin-bottom: 15px;"> | <div class="pcw-texto-plano" style="margin-bottom: 15px;"> |
| </div> | </div> |
| <div class="pcw-bloque-imagenes" style="display: flex; justify-content: center; margin-bottom: 25px;"> | <div class="pcw-bloque-imagenes" style="display: flex; justify-content: center; margin-bottom: 25px;"> |
| <img src="https://pcwwiki2.com" style="width:440px; cursor:zoom-in;" onclick="verImagen(this.src)" title="Official Manual in Spanish - Instructions & Controls"> | <img src="https://pcwwiki2.com/lib/exe/fetch.php?media=software:nuevos_desarrollos:imagenes:pac_mania_manual.jpg" style="width:440px; cursor:zoom-in;" onclick="verImagen(this.src)" title="Official Manual in Spanish - Instructions & Controls"> |
| </div> | </div> |
| |
| </div> | </div> |
| </div> | </div> |
| | |
| | |
| <div class="retro-subtitle" style="font-size: 1.1em; margin-top: 25px; border-bottom: 1px dotted #00ff00;">Official Loading Instructions (By Disk Sides)</div> | <div class="retro-subtitle" style="font-size: 1.1em; margin-top: 25px; border-bottom: 1px dotted #00ff00;">Official Loading Instructions (By Disk Sides)</div> |
| <div style="max-width: 650px; margin-bottom: 25px;"> | <div style="max-width: 650px; margin-bottom: 25px;"> |