1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-23 03:32:32 +00:00
CLK/Machines
2018-04-21 14:56:50 -07:00
..
AmstradCPC Removes the CRT requirement for an integral relationship between cycles and samples. 2018-04-16 20:00:56 -04:00
AppleII Corrects Apple II output audio. 2018-04-21 14:56:50 -07:00
Atari2600 Removes the CRT requirement for an integral relationship between cycles and samples. 2018-04-16 20:00:56 -04:00
ColecoVision Introduces S-Video as a video signal type at the interface level. 2018-03-30 10:25:41 -04:00
Commodore Rationalises per-machine static analyser call pattern, and adds Apple II as an option. 2018-04-14 12:12:12 -04:00
Electron Gives the CRT the ability to move iCoordinate multiplication outside of the fragment loop. 2018-04-18 19:29:03 -04:00
MSX Attempts to bring audio to the Apple II. 2018-04-17 22:28:13 -04:00
Oric Removes the CRT requirement for an integral relationship between cycles and samples. 2018-04-16 20:00:56 -04:00
Utility Switches to use of the TargetList typedef wherever possible. 2018-04-14 19:46:38 -04:00
ZX8081 Gives the CRT the ability to move iCoordinate multiplication outside of the fragment loop. 2018-04-18 19:29:03 -04:00
ConfigurationTarget.hpp
CRTMachine.hpp Ensures proper propagation of video choice through the Oric. 2018-04-04 19:14:42 -04:00
DynamicMachine.hpp
JoystickMachine.hpp Corrects joystick memory leaks. 2017-10-15 20:49:47 -04:00
KeyboardMachine.cpp
KeyboardMachine.hpp Extends the keyboard protocol and adds keyboard input to the Apple II. 2018-04-15 21:11:30 -04:00
ROMMachine.hpp