Commented out unrom512 flash save RAM hooks until movie FCEU_ClearGameSave issue can be fixed.

This commit is contained in:
harry 2023-02-19 20:34:04 -05:00
parent 92b021171f
commit 20b982854d
1 changed files with 3 additions and 2 deletions

View File

@ -204,8 +204,9 @@ void UNROM512_Init(CartInfo *info) {
flash_data[i] = PRGptr[ROM_CHIP][i % PRGsize[ROM_CHIP]];
}
SetupCartPRGMapping(FLASH_CHIP, flash_data, PRGsize[ROM_CHIP], 1);
info->SaveGame[0] = flash_data;
info->SaveGameLen[0] = PRGsize[ROM_CHIP];
// SaveGame is commented out due to movie issue where FCEU_ClearGameSave is clearing flash to zeros
//info->SaveGame[0] = flash_data;
//info->SaveGameLen[0] = PRGsize[ROM_CHIP];
flash_id[0] = 0xBF;
flash_id[1] = 0xB5 + (ROM_size >> 4);