diff options
author | sakman55 <[email protected]> | 2023-09-23 07:36:05 -1000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-09-23 07:36:05 -1000 |
commit | 603a22116c8d470bb865b34b4f9d55f10e32b775 (patch) | |
tree | 8b13f1a8892c731207939046ce86c0723952e2ca | |
parent | 3c665e35ff113fbe52726cef7ca0552daf654e02 (diff) | |
download | cartreader-603a22116c8d470bb865b34b4f9d55f10e32b775.tar.gz cartreader-603a22116c8d470bb865b34b4f9d55f10e32b775.zip |
Update 7800.ino
Removed "[UNTESTED]" from Karateka (PAL) entries.
-rw-r--r-- | Cart_Reader/7800.ino | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cart_Reader/7800.ino b/Cart_Reader/7800.ino index c213b64..f6cb959 100644 --- a/Cart_Reader/7800.ino +++ b/Cart_Reader/7800.ino @@ -57,7 +57,7 @@ static const byte PROGMEM a7800mapsize[] = { 3, 3, 3, // F-18 Hornet 64K [78AB] 4, 4, 4, // Double Dragon/Rampage 128K [78AC] 5, 3, 3, // Realsports Baseball/Tank Command/Tower Toppler/Waterski 64K [78S4] - 6, 3, 3, // Karateka (PAL) 64K [78S4 Variant] [UNTESTED] + 6, 3, 3, // Karateka (PAL) 64K [78S4 Variant] }; byte a7800mapcount = 7; // (sizeof(a7800mapsize) / sizeof(a7800mapsize[0])) / 3; @@ -363,7 +363,7 @@ void readROM_7800() { } break; - case 6: // Karateka (PAL) 64K [78S4 Variant] [UNTESTED] + case 6: // Karateka (PAL) 64K [78S4 Variant] for (int x = 4; x < 8; x++) { writeData_7800(0x8000, x); readSegment_7800(0x8000, 0xC000); // 16K * 4 = 64K |