Mapper 174: Properly reset to menu, even after Galaxian was selected.

This commit is contained in:
NewRisingSun
2025-04-25 01:24:55 +02:00
committed by LibretroAdmin
parent e45068b5f9
commit 2a4a65b652

View File

@@ -34,6 +34,7 @@ static void Sync(void) {
static void M174Reset(void) {
latch.addr =0;
RAM[0x133] =0;
Sync();
}