aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cart_Reader/NGP.ino
diff options
context:
space:
mode:
authorsanni <[email protected]>2022-07-23 11:04:17 +0200
committersanni <[email protected]>2022-07-23 11:16:37 +0200
commit0e56a3451a03465232cfe1a765902f936124f5e1 (patch)
tree08586970dd32d1e53120ef3b03cae1184e6be865 /Cart_Reader/NGP.ino
parentecfe42d5e415dc633e6f625d9ba2602cdfe70416 (diff)
downloadcartreader-0e56a3451a03465232cfe1a765902f936124f5e1.tar.gz
cartreader-0e56a3451a03465232cfe1a765902f936124f5e1.zip
V9.2 Alpha: Adds Coleco- and Intellivision (thx to skaman)
Diffstat (limited to 'Cart_Reader/NGP.ino')
-rw-r--r--Cart_Reader/NGP.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cart_Reader/NGP.ino b/Cart_Reader/NGP.ino
index 5cfd212..fe9288b 100644
--- a/Cart_Reader/NGP.ino
+++ b/Cart_Reader/NGP.ino
@@ -241,7 +241,7 @@ void readROM_NGP(char *outPathBuf, size_t bufferSize) {
progress += 512;
draw_progressbar(progress, cartSize);
}
-
+
myFile.close();
}