amigavision / AmigaVision

The ultimate Amiga games & demo scene setup for MiSTer & Pocket FPGAs, emulators, and real hardware. Open source, community driven. This is an Amiga HDF image builder using WHDL or custom installs, based on the Arcade Game Selector launcher.
https://amiga.vision
MIT License
111 stars 4 forks source link

Chicago 90 5xPAL #164

Closed Stoppschildgruen closed 6 months ago

Stoppschildgruen commented 7 months ago

The game Chicago 90 is incorrectly set to 0x and not 4x as stated. But 5x looks even better.

For those who want to correct it on their own: Switch from MegaAGS to the Workbench via ESC on the keyboard, open CygnusEd (right-click on the top screen under Applications), open the corresponding file in AGS:Run/Game and change s=0 to s=5 and v=0 to v=20.

OLD:

ELSE
  ags-vadjust s=0 v=0 h=0 
  whdload >NIL: "Chicago90.Slave" PAL BUTTONWAIT SplashDelay=$whdlspdly $whdlqtkey
  ags-vadjust

NEW:

ELSE
  ags-vadjust s=5 v=20 h=0 
  whdload >NIL: "Chicago90.Slave" PAL BUTTONWAIT SplashDelay=$whdlspdly $whdlqtkey
  ags-vadjust
synrais commented 7 months ago

Please document all changes you make, it will help fix these speed/region issues with the modified titles. https://misterfpga.org/viewtopic.php?t=7514&start=60

limi commented 6 months ago

0 just means normal PAL— not 0×, by the way :)