From 603a22116c8d470bb865b34b4f9d55f10e32b775 Mon Sep 17 00:00:00 2001 From: sakman55 Date: Sat, 23 Sep 2023 07:36:05 -1000 Subject: [PATCH] Update 7800.ino Removed "[UNTESTED]" from Karateka (PAL) entries. --- Cart_Reader/7800.ino | 4 ++-- 1 file 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