Skip to content

Commit

Permalink
CRC check added
Browse files Browse the repository at this point in the history
CRC check added for SFC Sufami Turbo sub-carts
  • Loading branch information
PsyK0p4T authored Mar 11, 2024
1 parent d79357d commit 2816393
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cart_Reader/ST.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 2816393

Please sign in to comment.