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.
This commit is contained in:
mrhso 2025-03-25 09:20:06 +08:00 committed by GitHub
parent 0fcf1f6e3a
commit 3a8c247bcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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},