diff options
author | Arisotura <thetotalworm@gmail.com> | 2021-04-30 22:59:50 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2021-04-30 22:59:50 +0200 |
commit | 18b1f79b446c16dbe91584c0957e361b9701d5a9 (patch) | |
tree | f667e1532ae7e00b89d64158d21d253442134e13 | |
parent | 25ab02c650bfb8aa64ab4b84501018a649bf454f (diff) |
Spider-Man 3 uses a tiny EEPROM, not a regular one
-rw-r--r-- | src/ROMList.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ROMList.h b/src/ROMList.h index a11a907..5e09ba9 100644 --- a/src/ROMList.h +++ b/src/ROMList.h @@ -46,7 +46,7 @@ ROMListEntry ROMList[] = {0x44334542, 0x04000000, 0x00000001}, {0x44334754, 0x00800000, 0x00000002}, {0x44334756, 0x02000000, 0x00000002}, - {0x44335141, 0x04000000, 0x00000002}, + {0x44335141, 0x04000000, 0x00000001}, {0x44335159, 0x04000000, 0x00000002}, {0x44335254, 0x02000000, 0x00000002}, {0x44335742, 0x08000000, 0x00000002}, @@ -354,7 +354,7 @@ ROMListEntry ROMList[] = {0x45334D54, 0x02000000, 0x00000001}, {0x45334F41, 0x02000000, 0x00000001}, {0x45335043, 0x08000000, 0x00000005}, - {0x45335141, 0x04000000, 0x00000002}, + {0x45335141, 0x04000000, 0x00000001}, {0x45335159, 0x04000000, 0x00000002}, {0x45335341, 0x02000000, 0x00000001}, {0x45335342, 0x01000000, 0x00000001}, @@ -2097,7 +2097,7 @@ ROMListEntry ROMList[] = {0x46325959, 0x00800000, 0x00000001}, {0x46334343, 0x01000000, 0x00000001}, {0x46334E42, 0x01000000, 0x00000002}, - {0x46335141, 0x04000000, 0x00000002}, + {0x46335141, 0x04000000, 0x00000001}, {0x46335159, 0x04000000, 0x00000002}, {0x46335742, 0x08000000, 0x00000002}, {0x46344259, 0x02000000, 0x00000001}, @@ -2324,7 +2324,7 @@ ROMListEntry ROMList[] = {0x485A4942, 0x01000000, 0x00000001}, {0x49323643, 0x04000000, 0x00000001}, {0x49334943, 0x04000000, 0x00000001}, - {0x49335141, 0x04000000, 0x00000002}, + {0x49335141, 0x04000000, 0x00000001}, {0x49335159, 0x04000000, 0x00000002}, {0x49335742, 0x08000000, 0x00000002}, {0x49344259, 0x02000000, 0x00000001}, @@ -4554,7 +4554,7 @@ ROMListEntry ROMList[] = {0x50334F41, 0x02000000, 0x00000001}, {0x50335043, 0x08000000, 0x00000005}, {0x50335059, 0x02000000, 0x00000008}, - {0x50335141, 0x04000000, 0x00000002}, + {0x50335141, 0x04000000, 0x00000001}, {0x50335154, 0x04000000, 0x00000001}, {0x50335159, 0x04000000, 0x00000002}, {0x50335341, 0x02000000, 0x00000001}, @@ -6276,7 +6276,7 @@ ROMListEntry ROMList[] = {0x52335741, 0x04000000, 0x00000001}, {0x52464443, 0x04000000, 0x00000002}, {0x53323643, 0x04000000, 0x00000001}, - {0x53335141, 0x04000000, 0x00000002}, + {0x53335141, 0x04000000, 0x00000001}, {0x53335159, 0x04000000, 0x00000002}, {0x53344259, 0x02000000, 0x00000001}, {0x53344C43, 0x04000000, 0x00000002}, |