2
0
mirror of https://github.com/sanni/cartreader.git synced 2025-04-10 03:51:29 +02:00

CRC check added

CRC check added for SFC Sufami Turbo sub-carts
This commit is contained in:
PsyK0p4T 2024-03-11 16:38:10 +01:00 committed by GitHub
parent d79357d963
commit 281639370f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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();