This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
CLK
Watch
1
Star
0
Fork
0
You've already forked CLK
mirror of
https://github.com/TomHarte/CLK.git
synced
2024-11-18 17:06:15 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
7f4c78139c
CLK
/
Storage
/
Tape
History
Thomas Harte
dbb758aaf1
Workaround for a weird bug that suddenly appears to manifest: gzgetc is returning the file name, not bytes from the file. Seems to be related to improper initialisation of the
next
field within the gzFile header. I can't immediately see where ZLib intends to do that so it's a bit mysterious. But the larger-than-8 readers could probably save time by reading in blocks anyway.
2016-09-17 22:01:25 -04:00
..
Formats
Workaround for a weird bug that suddenly appears to manifest: gzgetc is returning the file name, not bytes from the file. Seems to be related to improper initialisation of the
next
field within the gzFile header. I can't immediately see where ZLib intends to do that so it's a bit mysterious. But the larger-than-8 readers could probably save time by reading in blocks anyway.
2016-09-17 22:01:25 -04:00
Tape.cpp
Added insurance against an infinite loop should the tape be exhausted.
2016-09-12 22:22:23 -04:00
Tape.hpp
Added insurance against an infinite loop should the tape be exhausted.
2016-09-12 22:22:23 -04:00