1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-02 20:30:00 +00:00
CLK/Machines
Thomas Harte 2252c29495 Switches the Oric to string insertion at the time of consumption.
To avoid issues around keyboard scanning being decoupled from consumption via IRQ, but not buffered. Keys pressed while BASIC is otherwise busy are just lost.
2018-05-13 14:02:46 -04:00
..
AmstradCPC Makes CPC an activity source. 2018-05-11 21:45:46 -04:00
AppleII Factors string serialisation with \n\r conversion out of the Apple II and reuses it with the Oric. 2018-05-13 13:57:19 -04:00
Atari2600 Removes the CRT requirement for an integral relationship between cycles and samples. 2018-04-16 20:00:56 -04:00
ColecoVision Doubled down on the ROMMachine::ROMFetcher typedef. 2018-04-23 20:20:14 -07:00
Commodore Factors string serialisation with \n\r conversion out of the Apple II and reuses it with the Oric. 2018-05-13 13:57:19 -04:00
Electron Drives can now deliver activity events. 2018-05-10 21:54:10 -04:00
MSX The MSX is now an activity source. 2018-05-12 17:32:53 -04:00
Oric Switches the Oric to string insertion at the time of consumption. 2018-05-13 14:02:46 -04:00
Utility Factors string serialisation with \n\r conversion out of the Apple II and reuses it with the Oric. 2018-05-13 13:57:19 -04:00
ZX8081 Simplifies the test for resetting the ZX80/81 line counter. 2018-05-01 21:31:37 -04:00
ConfigurationTarget.hpp Provides the proper framework for encapsulation of analyser target specifics. 2018-03-09 15:36:11 -05:00
CRTMachine.hpp Ensures proper propagation of video choice through the Oric. 2018-04-04 19:14:42 -04:00
DynamicMachine.hpp Drives can now deliver activity events. 2018-05-10 21:54:10 -04:00
JoystickMachine.hpp Corrects joystick memory leaks. 2017-10-15 20:49:47 -04:00
KeyboardMachine.cpp Adds multiple target versions of all the DynamicMachine-vended types. 2018-02-09 16:31:05 -05:00
KeyboardMachine.hpp Extends the keyboard protocol and adds keyboard input to the Apple II. 2018-04-15 21:11:30 -04:00
ROMMachine.hpp Attempts to route Disk II requests to the thing itself. 2018-04-23 22:11:31 -07:00