1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-19 08:31:11 +00:00
CLK/Machines/AppleII
Thomas Harte 51da21b844 Formally introduces keyboard-as-joystick for the Mac, and fixes discovered joystick issues.
Specifically:
* digital to analogue conversion not returning to centre;
* Apple II axes being the wrong way around; and
* Apple II buttons using improper selection logic.
2018-06-13 19:22:34 -04:00
..
AppleII.cpp Formally introduces keyboard-as-joystick for the Mac, and fixes discovered joystick issues. 2018-06-13 19:22:34 -04:00
AppleII.hpp Exposes DOS 3.3 acceleration as an option. 2018-06-10 18:28:29 -04:00
Card.hpp
DiskIICard.cpp Creates the through-path that will be necessary for RWTS acceleration. 2018-06-09 12:51:53 -04:00
DiskIICard.hpp Creates the through-path that will be necessary for RWTS acceleration. 2018-06-09 12:51:53 -04:00
Video.cpp
Video.hpp