mirror of
https://github.com/sanni/cartreader.git
synced 2025-03-12 22:36:36 +01:00
Update FAIRCHILD.ino
Revised 3K cart code to use SRAM skip only for Hangman. Video Whizball does not require the SRAM skip code.
This commit is contained in:
parent
482ae7259e
commit
14163dba6b
@ -417,6 +417,7 @@ void readROM_FAIRCHILD() {
|
||||
}
|
||||
myFile.write(sdBuffer, 512);
|
||||
delay(1); // Added delay
|
||||
startbyte = sdBuffer[1]; // Restore byte for 3K Hangman Check
|
||||
for (int z = 1; z < blocks; z++) {
|
||||
if ((cartsize == 0x0C00) && (startbyte == 0x2B)) { // 3K Hangman
|
||||
// Skip SRAM Code for 3K Hangman Cart
|
||||
|
Loading…
x
Reference in New Issue
Block a user