1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-18 23:23:56 +00:00
CLK/Machines/Apple/Macintosh
Thomas Harte 96c0253ee2 Fixes mouse input when a button is pressed; attempts keyboard input.
I think the VIA is somehow sending spurious commands.
2019-07-02 21:14:33 -04:00
..
Audio.cpp
Audio.hpp
DeferredAudio.hpp
DriveSpeedAccumulator.cpp
DriveSpeedAccumulator.hpp
Keyboard.hpp Fixes mouse input when a button is pressed; attempts keyboard input. 2019-07-02 21:14:33 -04:00
Macintosh.cpp Fixes mouse input when a button is pressed; attempts keyboard input. 2019-07-02 21:14:33 -04:00
Macintosh.hpp Adds the bare bones necessary to be able to create a Macintosh from File -> New... . 2019-05-03 22:16:07 -04:00
RealTimeClock.hpp
SonyDrive.cpp Chops the Macintosh down to a single drive to aid in development. 2019-07-02 13:59:30 -04:00
SonyDrive.hpp
Video.cpp
Video.hpp