diff --git a/loaders.cpp b/loaders.cpp index 6057364..951e3c5 100644 --- a/loaders.cpp +++ b/loaders.cpp @@ -158,11 +158,6 @@ uint16_t loadTape(bus *const b, const char *const file) fclose(fh); - fh = fopen("test.dat", "wb"); - for(int i=0; i readByte(i), fh); - fclose(fh); - return start; }