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-11 08:30:55 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Storage
/
Disk
History
Thomas Harte
9d76cd9b60
Removed dead instance storage.
2016-08-04 21:41:12 -04:00
..
Encodings
Some minor tidying, lots more of the caveman stuff as I try to determine what I'm doing wrong.
2016-08-01 09:43:08 -04:00
Formats
It appears the problem is as simple as sectors being counted from zero.
2016-08-01 10:08:38 -04:00
DigitalPhaseLockedLoop.cpp
Reduced 1540 PLL to running at 4Mhz. Which is possibly correct (?) Made minor change to avoid divide if possible.
2016-08-02 21:28:50 -04:00
DigitalPhaseLockedLoop.hpp
Switched to a much-more straightforward PLL. I think I'm just fiddling now rather than moving forwards. Probably time to move on?
2016-07-28 11:32:14 -04:00
Disk.cpp
Sketched out the generic interface for a disk, documenting it and the tape interface while I'm here.
2016-07-10 08:54:39 -04:00
Disk.hpp
Made an attempt to add the necessary extension to
Track
, with a concrete implementation in
PCMTrack
, to support time-based seeking, the intended mechanism for not magically spinning the disk back to the index hole upon every head step.
2016-08-03 06:59:45 -04:00
DiskDrive.cpp
Removed dead instance storage.
2016-08-04 21:41:12 -04:00
DiskDrive.hpp
Removed dead instance storage.
2016-08-04 21:41:12 -04:00
PCMTrack.cpp
Made an attempt to insert proper conversions to/from rotational speed. The
Time
class is now really turning into a full-on quotient. Might need refactoring.
2016-08-04 21:36:39 -04:00
PCMTrack.hpp
Made an attempt to add the necessary extension to
Track
, with a concrete implementation in
PCMTrack
, to support time-based seeking, the intended mechanism for not magically spinning the disk back to the index hole upon every head step.
2016-08-03 06:59:45 -04:00