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
/
Tape
/
Formats
History
Thomas Harte
cb534d8b85
Corrected comment.
2017-06-07 10:05:16 -04:00
..
CommodoreTAP.cpp
Dragged multibyte primitives and signature checks up to the base class. Implemented support for Oric MFM-style .DSK, at the file format level.
2016-11-21 20:47:16 +08:00
CommodoreTAP.hpp
Created a base class for the boilerplate
fopen
stuff, switched as many classes as possible to its use, switched to postfix underscores and non-camelCase names.
2016-11-21 20:14:09 +08:00
OricTAP.cpp
Dragged multibyte primitives and signature checks up to the base class. Implemented support for Oric MFM-style .DSK, at the file format level.
2016-11-21 20:47:16 +08:00
OricTAP.hpp
Created a base class for the boilerplate
fopen
stuff, switched as many classes as possible to its use, switched to postfix underscores and non-camelCase names.
2016-11-21 20:14:09 +08:00
TapePRG.cpp
Dragged multibyte primitives and signature checks up to the base class. Implemented support for Oric MFM-style .DSK, at the file format level.
2016-11-21 20:47:16 +08:00
TapePRG.hpp
Created a base class for the boilerplate
fopen
stuff, switched as many classes as possible to its use, switched to postfix underscores and non-camelCase names.
2016-11-21 20:14:09 +08:00
TapeUEF.cpp
Created a base class for the boilerplate
fopen
stuff, switched as many classes as possible to its use, switched to postfix underscores and non-camelCase names.
2016-11-21 20:14:09 +08:00
TapeUEF.hpp
Created a base class for the boilerplate
fopen
stuff, switched as many classes as possible to its use, switched to postfix underscores and non-camelCase names.
2016-11-21 20:14:09 +08:00
ZX80O.cpp
Corrected comment.
2017-06-07 10:05:16 -04:00
ZX80O.hpp
Made a quick attempt at serialising from ZX80 .O to waves.
2017-06-04 16:59:26 -04:00