aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cart_Reader/ARC.ino
diff options
context:
space:
mode:
Diffstat (limited to 'Cart_Reader/ARC.ino')
-rw-r--r--Cart_Reader/ARC.ino3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cart_Reader/ARC.ino b/Cart_Reader/ARC.ino
index 943741c..a2345b8 100644
--- a/Cart_Reader/ARC.ino
+++ b/Cart_Reader/ARC.ino
@@ -152,8 +152,7 @@ void readSegment_ARC(uint16_t startaddr, uint16_t endaddr) {
void readROM_ARC() {
createFolder("ARC", "ROM", romName, "bin");
- display_Clear();
- printAndIncrementFolder();
+ printAndIncrementFolder(true);
// open file on sdcard
if (!myFile.open(fileName, O_RDWR | O_CREAT)) {