xyproto / zsnes

A maintained fork of ZSNES, a Super Nintendo emulator. The original project needs patches to build and is not maintained anymore: https://sourceforge.net/projects/zsnes/
https://zsnes.com
GNU General Public License v2.0
131 stars 16 forks source link

Detection of PAL/NTSC games is completely broken. #24

Open TrashRaccoonSnuffy opened 1 year ago

TrashRaccoonSnuffy commented 1 year ago

Some games such as Top Gear 2 are detected as PAL incorrectly by ZSNES, which leads to them being unplayable. image

Current workaround for this issue is to force the game to boot as NTSC by loading it from the Load File menu and ticking the force NTSC tick box. image image

Most likely an issue in header detection. The game works completely fine if NTSC is forced.

xyproto commented 1 month ago

Thanks for reporting!