1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00
CLK/Machines/Apple/Macintosh
Thomas Harte 260843e5b1 Starts poking at a pure total-based formula.
On the assumption that any relevant DC offset will fall out in the wash. This causes one 400kb disk to boot in a Macintosh 128kb, another couple to do reasonably well. So it's better than what was here before.
2019-07-31 12:42:23 -04:00
..
Audio.cpp Substitutes a more efficient inner loop for audio generation. 2019-07-17 14:54:06 -04:00
Audio.hpp Substitutes a more efficient inner loop for audio generation. 2019-07-17 14:54:06 -04:00
DeferredAudio.hpp Starts trying to formalise just-in-time execution. 2019-07-28 21:49:54 -04:00
DriveSpeedAccumulator.cpp Starts poking at a pure total-based formula. 2019-07-31 12:42:23 -04:00
DriveSpeedAccumulator.hpp Attempts a full wiring up of 400kb drive speed. 2019-07-30 15:08:55 -04:00
Keyboard.hpp Fixes keypad keys. 2019-07-08 16:38:06 -04:00
Macintosh.cpp Attempts a full wiring up of 400kb drive speed. 2019-07-30 15:08:55 -04:00
Macintosh.hpp Adds the bare bones necessary to be able to create a Macintosh from File -> New... . 2019-05-03 22:16:07 -04:00
RealTimeClock.hpp Ensures randomised memory contents at startup. 2019-06-13 13:35:16 -04:00
Video.cpp Removes the video and audio base address latches. 2019-07-27 22:23:40 -04:00
Video.hpp Documents and extends the Video interface. 2019-07-08 22:28:05 -04:00