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-02-15 11:32:29 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
952a24f769
Branches
Tags
View all branches
CLK
/
Storage
/
Tape
/
Formats
History
Thomas Harte
952a24f769
A quick hard-wiring of the OricTAP code to get the first file in a .tap correct, damn the rest, and I'm getting some on-screen feedback. Hooray!
2016-10-15 21:39:53 -04:00
..
CommodoreTAP.cpp
…
CommodoreTAP.hpp
Implemented seeking on tapes, mucked about a bit more with the Commodore analyser, at least temporarily removed cropping from the Vic emulator.
2016-09-11 17:09:00 -04:00
OricTAP.cpp
A quick hard-wiring of the OricTAP code to get the first file in a .tap correct, damn the rest, and I'm getting some on-screen feedback. Hooray!
2016-10-15 21:39:53 -04:00
OricTAP.hpp
Reintroduced gap as a string of 1s, made an attempt to look up bit ordering. Still unclear on high/low versus low/high.
2016-10-11 08:07:51 -04:00
TapePRG.cpp
Ensured tape-formatted PRGs reach a conclusion.
2016-09-29 19:12:26 -04:00
TapePRG.hpp
…
TapeUEF.cpp
…
TapeUEF.hpp
…