jsgroth / jgenesis

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

NHL 96 (USA, Europe).md black screen after choosing teams #107

Open benderscruffy opened 5 days ago

jsgroth commented 5 days ago

The game seems to expect there to be 8KB of SRAM mapped to $200001-$203FFF (odd addresses) but this isn't specified in the cartridge header so the emulator doesn't give it any SRAM. This game will have to be detected at load time and special cased, much like most of the games that have EEPROM chips (where the cartridge header alone never contains enough information to know which chip to use and how to map it).