1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-16 22:28:57 +00:00
CLK/Machines/AppleII
Thomas Harte 723ee88043 Introduces configuration options for the Apple II.
Specifically: II or II+? Disk II 13- or 16-sector? Or not at all?
2018-05-03 19:37:32 -04:00
..
AppleII.cpp Introduces configuration options for the Apple II. 2018-05-03 19:37:32 -04:00
AppleII.hpp Does the bare minimum to create a class skeleton for Apple II implementation. 2018-04-14 19:46:15 -04:00
Card.hpp Attempts to route Disk II requests to the thing itself. 2018-04-23 22:11:31 -07:00
DiskIICard.cpp Ensures the contextually-proper boot and state machine ROMs are requested. 2018-04-24 20:25:02 -07:00
DiskIICard.hpp Makes joined-up attempt to run data through the Disk II. 2018-04-24 19:44:45 -07:00
Video.cpp Removes empty printf. 2018-04-20 10:58:23 -04:00
Video.hpp Corrects graphics 'carry' — the potential holdover into delayed bytes. 2018-04-26 19:26:43 -04:00