1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-10 12:29:01 +00:00
CLK/Machines/Electron
2016-12-15 18:09:49 -05:00
..
Electron.cpp An early draft; dealing with the issue that not all cycles are necessarily consumed in a single call. Incomplete; broken. Committing for cross-machine visibility. 2016-12-12 08:01:10 -05:00
Electron.hpp Started attempting to move total responsibility for display-related interrupts and RAM timing into the video. 2016-12-11 18:34:49 -05:00
Interrupts.hpp Factored out the Tape and switched it to postfix underscores. 2016-12-03 12:18:08 -05:00
Plus3.cpp It would appear the 1770 and 1773 actually differ in relation to the (non-sensical) ability not to spin-up for a Type 2, and whether a side compare can occur. So the WD1770 class now requires a personality to be specified. Which it singly fails to honour. 2016-11-26 23:29:30 +08:00
Plus3.hpp It would appear the 1770 and 1773 actually differ in relation to the (non-sensical) ability not to spin-up for a Type 2, and whether a side compare can occur. So the WD1770 class now requires a personality to be specified. Which it singly fails to honour. 2016-11-26 23:29:30 +08:00
Speaker.cpp Factored out the Electron's speaker and adjusted instance variable naming. 2016-12-03 12:41:02 -05:00
Speaker.hpp Factored out the Electron's speaker and adjusted instance variable naming. 2016-12-03 12:41:02 -05:00
Tape.cpp Factored out the Tape and switched it to postfix underscores. 2016-12-03 12:18:08 -05:00
Tape.hpp Factored out the Tape and switched it to postfix underscores. 2016-12-03 12:18:08 -05:00
Typer.cpp Made a few mapping fixes, clarified where the default reset code lives, ensured the Oric and Vic clear their keys when the typer ends. 2016-11-05 15:28:03 -04:00
Video.cpp Reinstated whole-frame counting. Thereby to reinstate proper interrupts. 2016-12-15 18:09:49 -05:00
Video.hpp Switched to a table-based dispatch of line-by-line actions, primarily to simplify. 2016-12-15 18:07:46 -05:00