aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cart_Reader/2600.ino
diff options
context:
space:
mode:
authorsmesgr9000 <smesgr9000>2024-05-01 09:06:23 +0200
committersmesgr9000 <smesgr9000>2024-05-01 09:06:23 +0200
commitbb12c99fac68e107dd1858a67c2bad880c332422 (patch)
tree39d4e4a7de22106ce0121acbd5b909808d62ea41 /Cart_Reader/2600.ino
parentecc937bab300463dcc41a7f2827e8d8b611d1d17 (diff)
downloadcartreader-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/2600.ino')
-rw-r--r--Cart_Reader/2600.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cart_Reader/2600.ino b/Cart_Reader/2600.ino
index 88c2896..8fd55d0 100644
--- a/Cart_Reader/2600.ino
+++ b/Cart_Reader/2600.ino
@@ -826,7 +826,7 @@ void setCart_2600() {
}
}
} else {
- print_FatalError(F("Database file not found"));
+ print_FatalError(FS(FSTRING_DATABASE_FILE_NOT_FOUND));
}
}
#endif