mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-13 08:25:05 +01:00
CRC check added
CRC check added for SFC Sufami Turbo sub-carts
This commit is contained in:
parent
d79357d963
commit
281639370f
@ -194,6 +194,10 @@ void readRom_ST(unsigned int bankStart, unsigned int bankEnd) {
|
||||
// Close file:
|
||||
myFile.close();
|
||||
|
||||
// Compare dump CRC with db values
|
||||
compareCRC("st.txt", 0, 1, 0);
|
||||
|
||||
println_Msg(FS(FSTRING_EMPTY));
|
||||
print_STR(press_button_STR, 1);
|
||||
display_Update();
|
||||
wait();
|
||||
|
Loading…
Reference in New Issue
Block a user