jsgroth / jgenesis

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

Dungeon Explorer (USA) Sega CD crashes out during the intro #104

Closed benderscruffy closed 2 months ago

jsgroth commented 5 months ago

This one is awful - it depends on none of the Genesis hardware being allowed to write to PRG RAM while the sub CPU is on the bus. The Z80 is executing a nonsensical routine that is constantly zeroing out a chunk of PRG RAM using LDIR instructions, and if those writes are allowed to go through then the sub CPU will eventually hit an address error and crash when it tries to use that section of PRG RAM.