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:
parent
0fcf1f6e3a
commit
3a8c247bcd
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue