harbaum / galagino

A Galaga, Pac-Man and Donkey Kong arcade emulator for the ESP32
315 stars 21 forks source link

Skip self tests #9

Closed harbaum closed 1 year ago

harbaum commented 1 year ago

Especially Galaga runs a self test for several seconds on startup. Pac-Man also does this but much shorter. Donkey Kong has no self test.

Patch Galaga and perhaps Pac-Man ROM to skip the self test.

harbaum commented 1 year ago

http://www.computerarcheology.com/Arcade/Galaga/CPU1.html has a disassembly.

Main RAM test starts at $3378 and seems to end ~ at $342b

harbaum commented 1 year ago

Implemented