aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cart_Reader/INTV.ino
diff options
context:
space:
mode:
Diffstat (limited to 'Cart_Reader/INTV.ino')
-rw-r--r--Cart_Reader/INTV.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cart_Reader/INTV.ino b/Cart_Reader/INTV.ino
index 8c945fe..6580779 100644
--- a/Cart_Reader/INTV.ino
+++ b/Cart_Reader/INTV.ino
@@ -524,7 +524,7 @@ void checkMapperSize_INTV() {
#if (defined(ENABLE_OLED) || defined(ENABLE_LCD))
void printRomSize_INTV(int index) {
display_Clear();
- print_Msg(F("ROM Size: "));
+ print_Msg(FS(FSTRING_ROM_SIZE));
println_Msg(pgm_read_byte(&(INTV[index])));
}
#endif