1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-11 19:29:39 +00:00
CLK/Machines/Electron
2016-12-25 21:06:58 -05:00
..
Electron.cpp Rearranged code, hopefully into a more logical grouping. 2016-12-15 19:47:04 -05:00
Electron.hpp Reinstituted something of the don't-do-pixel-work-until-an-affecting-write-occurs optimisation. 2016-12-15 19:20:14 -05:00
Interrupts.hpp Factored out the Tape and switched it to postfix underscores. 2016-12-03 12:18:08 -05:00
Plus3.cpp Made the Plus 3 less chatty, documented invalidate_track. 2016-12-25 21:06:58 -05:00
Plus3.hpp Made the Plus 3 less chatty, documented invalidate_track. 2016-12-25 21:06:58 -05: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 Ensured base address is set properly at construction. 2016-12-22 22:46:02 -05:00
Video.hpp Ensured base address is set properly at construction. 2016-12-22 22:46:02 -05:00