From 3a8c247bcdfdac4078b5ca181d55bf8cfb7e3dc0 Mon Sep 17 00:00:00 2001 From: mrhso Date: Tue, 25 Mar 2025 09:20:06 +0800 Subject: [PATCH] Change the save type for Kantan Ongaku Ryoku (Japan) to EEPROM 8192 The European version and the Japanese version of the program are completely different (as evidenced, by the ROM size), and their save data structures also differ. The Japanese version uses no more than 8192 bytes of data, it is more likely to be EEPROM 8192. --- src/ROMList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ROMList.cpp b/src/ROMList.cpp index a00b0b22..f54562d4 100644 --- a/src/ROMList.cpp +++ b/src/ROMList.cpp @@ -3603,7 +3603,7 @@ const ROMListEntry ROMList[] = {0x4A4E4F41, 0x02000000, 0x00000005}, {0x4A4E4F42, 0x08000000, 0x00000003}, {0x4A4E4F43, 0x01000000, 0x00000005}, - {0x4A4E4F59, 0x01000000, 0x00000003}, + {0x4A4E4F59, 0x01000000, 0x00000002}, {0x4A4E5041, 0x02000000, 0x00000001}, {0x4A4E5141, 0x01000000, 0x00000002}, {0x4A4E5143, 0x02000000, 0x00000002},