diff options
author | Arisotura <thetotalworm@gmail.com> | 2021-04-26 15:30:00 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2021-04-26 15:30:00 +0200 |
commit | 1afb8bfa46eaaa7cc25bde6e6b40ea9ac5db5c9e (patch) | |
tree | 1ed9e3e78a0af683f7efbf8bdbf0805db0d513fa | |
parent | bf4052bc3da0513d85e420021bec1ef49fb1e195 (diff) |
that game is actually a tiny EEPROM
-rw-r--r-- | src/ROMList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ROMList.h b/src/ROMList.h index 87a4f35..c853fc1 100644 --- a/src/ROMList.h +++ b/src/ROMList.h @@ -5432,7 +5432,7 @@ ROMListEntry ROMList[] = {0x504C4A43, 0x02000000, 0x00000002}, {0x504C4A54, 0x00800000, 0x00000001}, {0x504C4A59, 0x01000000, 0x00000002}, - {0x504C4B43, 0x04000000, 0x00000002}, + {0x504C4B43, 0x04000000, 0x00000001}, {0x504C4D41, 0x02000000, 0x00000002}, {0x504C4E41, 0x04000000, 0x00000001}, {0x504C4E59, 0x04000000, 0x00000001}, |