1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00
CLK/Machines/Electron
2017-12-29 15:26:03 -05:00
..
Electron.cpp Moves the typer functionality behind a functionality-based naming scheme, eliminates its C-style memory management. 2017-12-29 15:26:03 -05:00
Electron.hpp Eliminates the generalised special case selectors and ROM suppliers from the CPC, Vic-20, Electron and ZX80/81. 2017-11-24 17:55:28 -05:00
Interrupts.hpp Factored out the Tape and switched it to postfix underscores. 2016-12-03 12:18:08 -05:00
Keyboard.cpp Adds a mapping of backspace for the Electron. 2017-11-18 20:02:04 -05:00
Keyboard.hpp Completes clean-up of post-formalisation per-machine keyboard code. 2017-10-21 10:52:35 -04:00
Plus3.cpp Drives now have a finite number of heads. 2017-09-15 21:18:36 -04:00
Plus3.hpp Adjusts the 1770 not to talk directly to the drive about motor status. 2017-09-11 22:10:56 -04:00
SoundGenerator.cpp Reintroduces cstring.h to a few files that previously got it implicitly. 2017-12-18 21:47:30 -05:00
SoundGenerator.hpp Separates LowpassFilter and SampleSource. 2017-12-18 21:39:23 -05:00
Tape.cpp Converts all uint8_t and uint16_t casts to the functional style. 2017-10-21 21:50:53 -04:00
Tape.hpp Eliminated C99-style struct initialisations. 2017-11-10 19:14:19 -05:00
Video.cpp Separates the component parts of running an audio stream: task deferral, filtering and generation. 2017-12-17 21:26:06 -05:00
Video.hpp Separates the component parts of running an audio stream: task deferral, filtering and generation. 2017-12-17 21:26:06 -05:00