Add mapper 542.

This commit is contained in:
NewRisingSun
2025-04-10 10:24:56 +02:00
committed by LibretroAdmin
parent c57a56f43a
commit fff5fe225b
4 changed files with 63 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ void UNLT230_Init (CartInfo *info) {
VRC24_init(info, sync, 0x04, 0x08, 1, 1, 0);
if (info->PRGRamSaveSize) {
info->Power =UNLT230_power;
AddExState(stateRegs, ~0, 0, 0);
AddExState(stateRegs, ~0, 0, 0);
eeprom_93Cx6_storage = eeprom_data;
info->battery = 1;
info->SaveGame[0] = eeprom_data;