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
2025-01-13 07:30:21 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Storage
History
Thomas Harte
d056f2e246
Updated comment.
2017-07-24 21:51:22 -04:00
..
Cartridge
…
Data
…
Disk
Converted the TimedEventLoop and the things that sit atop it into
ClockReceiver
s.
2017-07-24 21:19:05 -04:00
Tape
Converted the TimedEventLoop and the things that sit atop it into
ClockReceiver
s.
2017-07-24 21:19:05 -04:00
FileHolder.cpp
Discovering that there is such a thing as P81 — a ZX81 file without the name omitted — added support for it. Extended FileHolder while I was here to retain the file name and be able to supply its extension, as my quick-fix test-the-last-character approach to o/p/80/81 discrimination stops working with p81 thrown into the mix and this feels like the correct factoring.
2017-07-22 16:02:25 -04:00
FileHolder.hpp
Discovering that there is such a thing as P81 — a ZX81 file without the name omitted — added support for it. Extended FileHolder while I was here to retain the file name and be able to supply its extension, as my quick-fix test-the-last-character approach to o/p/80/81 discrimination stops working with p81 thrown into the mix and this feels like the correct factoring.
2017-07-22 16:02:25 -04:00
Storage.hpp
…
TimedEventLoop.cpp
Converted the TimedEventLoop and the things that sit atop it into
ClockReceiver
s.
2017-07-24 21:19:05 -04:00
TimedEventLoop.hpp
Updated comment.
2017-07-24 21:51:22 -04:00