1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-01 13:58:20 +00:00
CLK/Machines
2023-05-15 10:17:27 -04:00
..
Amiga Eliminate all whitespace-only lines. 2023-05-12 14:16:39 -04:00
AmstradCPC
Apple Eliminate redundant [space][tab] pairs. 2023-05-12 14:14:45 -04:00
Atari
ColecoVision
Commodore Eliminate type-in-function-name from 6502-world. 2023-05-10 18:53:38 -05:00
Electron
Enterprise Avoid BASIC 2.1 requirement when running 1.1. 2023-05-15 10:17:27 -04:00
MasterSystem
MSX Apply maybe_unused judiciously. 2023-05-15 10:17:04 -04:00
Oric
Sinclair Apply maybe_unused judiciously. 2023-05-15 10:17:04 -04:00
Utility Add MSX-MUSIC entry. 2023-05-12 23:33:28 -04:00
AudioProducer.hpp
DynamicMachine.hpp
JoystickMachine.hpp Splits 'CRTMachine' into three parts: ScanProducer, AudioProducer, TimedMachine. 2020-04-01 23:19:34 -04:00
KeyboardMachine.cpp Cuts down unused parameter warnings to just a few that may well indicate implementation errors. 2020-05-30 01:06:43 -04:00
KeyboardMachine.hpp
MachineTypes.hpp
MediaTarget.hpp
MouseMachine.hpp
ROMMachine.hpp Starts to introduce a new grammar for ROM requests. 2021-06-03 21:55:59 -04:00
ScanProducer.hpp Eliminate redundant [space][tab] pairs. 2023-05-12 14:14:45 -04:00
StateProducer.hpp
TimedMachine.hpp