jsgroth / jgenesis

Sega Genesis / Sega CD / SNES / Master System / Game Gear emulator
MIT License
36 stars 3 forks source link

Another World (Europe).md flashing top of the screen #122

Open benderscruffy opened 4 days ago

jsgroth commented 4 days ago

This is caused by the emulator incorrectly defaulting to NTSC mode for this game when it depends on PAL video timings, specifically the fact that PAL has 51 additional lines during VBlank. It unconventially has the ASCII string "EUROPE" in the region section of the cartridge header and the emulator interprets the 'U' there as meaning the game supports NTSC/U, which it clearly does not.