harbaum / galagino

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

Master reset #7

Closed harbaum closed 1 year ago

harbaum commented 1 year ago

Currently the only way to "return" to the main menu is to hard reset the esp32. This requires to have the reset pin exposed.

Implement a "master reset" e.g. via pressing "coin" and "start" simultaneously.

harbaum commented 1 year ago

Implemented by pressing "coin" for > 1 sec. If no coin button is present, then the start button will do.