diff options
author | sanni <[email protected]> | 2023-06-26 17:05:10 +0200 |
---|---|---|
committer | sanni <[email protected]> | 2023-06-26 17:05:10 +0200 |
commit | 50b654086310b8b8338e859e30f14d12e2fd1c29 (patch) | |
tree | 6a0f70e1d8dbc78ba3fab4467afc453682e72505 /Cart_Reader/MD.ino | |
parent | f432ad15f59eb403015734a41629f45233341b0f (diff) | |
download | cartreader-50b654086310b8b8338e859e30f14d12e2fd1c29.tar.gz cartreader-50b654086310b8b8338e859e30f14d12e2fd1c29.zip |
Delete old/unused NES database code
Diffstat (limited to 'Cart_Reader/MD.ino')
-rw-r--r-- | Cart_Reader/MD.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cart_Reader/MD.ino b/Cart_Reader/MD.ino index 8729fae..d88d29c 100644 --- a/Cart_Reader/MD.ino +++ b/Cart_Reader/MD.ino @@ -313,7 +313,7 @@ void mdCartMenu() { readRealtec_MD();
} else {
readROM_MD();
- // Calculate and compare CRC32 with nointro
+ // Calculate and compare CRC32 with database
if (is32x)
//database, crcString, renamerom, offset
compareCRC("32x.txt", 0, 1, 0);
|