diff options
author | smesgr9000 <smesgr9000> | 2024-05-01 09:06:23 +0200 |
---|---|---|
committer | smesgr9000 <smesgr9000> | 2024-05-01 09:06:23 +0200 |
commit | bb12c99fac68e107dd1858a67c2bad880c332422 (patch) | |
tree | 39d4e4a7de22106ce0121acbd5b909808d62ea41 /Cart_Reader/5200.ino | |
parent | ecc937bab300463dcc41a7f2827e8d8b611d1d17 (diff) | |
download | cartreader-bb12c99fac68e107dd1858a67c2bad880c332422.tar.gz cartreader-bb12c99fac68e107dd1858a67c2bad880c332422.zip |
replace FAIRCHILD, ODY2, MSX and VECTREX cart selection code with code used in NES, COLV & INTV. Define "Database not found" in OSCR.cpp
Diffstat (limited to 'Cart_Reader/5200.ino')
-rw-r--r-- | Cart_Reader/5200.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cart_Reader/5200.ino b/Cart_Reader/5200.ino index 18f49a9..893bf7c 100644 --- a/Cart_Reader/5200.ino +++ b/Cart_Reader/5200.ino @@ -668,7 +668,7 @@ void setCart_5200() { EEPROM_writeAnything(8, entry.gameSize); } } else { - print_FatalError(F("Database file not found")); + print_FatalError(FS(FSTRING_DATABASE_FILE_NOT_FOUND)); } } #endif |