Mapper 195: Properly save GAL state

This commit is contained in:
NewRisingSun
2022-12-30 01:12:34 +01:00
parent 8e7ba746dc
commit d67592bdfb

View File

@@ -92,4 +92,6 @@ void Mapper195_Init(CartInfo *info) {
CHRRAM =(uint8*)FCEU_gmalloc(CHRRAMSIZE);
SetupCartCHRMapping(0x10, CHRRAM, CHRRAMSIZE, 1);
AddExState(CHRRAM, CHRRAMSIZE, 0, "CHRR");
AddExState(&mask, 1, 0, "EXP0");
AddExState(&compare, 1, 0, "EXP1");
}