removed debug code
This commit is contained in:
parent
2d7f202530
commit
e93220c536
1 changed files with 0 additions and 5 deletions
|
@ -158,11 +158,6 @@ uint16_t loadTape(bus *const b, const char *const file)
|
||||||
|
|
||||||
fclose(fh);
|
fclose(fh);
|
||||||
|
|
||||||
fh = fopen("test.dat", "wb");
|
|
||||||
for(int i=0; i<end; i++)
|
|
||||||
fputc(b -> readByte(i), fh);
|
|
||||||
fclose(fh);
|
|
||||||
|
|
||||||
return start;
|
return start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue