1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-07 23:29:06 +00:00
CLK/Machines/Apple/AppleII
2022-09-02 15:54:16 -04:00
..
AppleII.cpp Eliminate repetitive magic constants. 2022-09-02 15:54:16 -04:00
AppleII.hpp Ensures set_square_pixels is exposed, works around OpenGL aspect ratio bug. 2021-06-07 20:41:02 -04:00
AuxiliaryMemorySwitches.hpp Tweak paging semantics, to allow simple multiple dependencies. 2022-06-27 21:38:45 -04:00
Card.hpp 'Clock' the SCSI bus (i.e. make it aware of passing time). 2022-08-30 16:40:25 -04:00
DiskIICard.cpp Starts to introduce a new grammar for ROM requests. 2021-06-03 21:55:59 -04:00
DiskIICard.hpp Starts to introduce a new grammar for ROM requests. 2021-06-03 21:55:59 -04:00
Joystick.cpp Factors out joystick logic. 2021-02-16 19:17:32 -05:00
Joystick.hpp Adds joystick support to the IIgs. 2021-02-16 19:39:22 -05:00
LanguageCardSwitches.hpp Tweak paging semantics, to allow simple multiple dependencies. 2022-06-27 21:38:45 -04:00
MemorySwitches.hpp Tweak paging semantics, to allow simple multiple dependencies. 2022-06-27 21:38:45 -04:00
SCSICard.cpp Add TODO shout-outs. 2022-08-31 21:20:08 -04:00
SCSICard.hpp 'Clock' the SCSI bus (i.e. make it aware of passing time). 2022-08-30 16:40:25 -04:00
Video.cpp Avoid OpenGL restretching bug. 2021-06-13 19:46:47 -04:00
Video.hpp Fiddles with the preprocessor to make kiosk mode match other OSes even on macOS. 2021-06-13 19:28:05 -04:00
VideoSwitches.hpp Starts to introduce a new grammar for ROM requests. 2021-06-03 21:55:59 -04:00