1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-07-31 06:25:20 +00:00

Goes explicit with the Apple II.

This commit is contained in:
Thomas Harte
2018-05-14 09:43:24 -04:00
committed by GitHub
parent d2d7ab5d04
commit 729f53d84f

View File

@@ -14,6 +14,7 @@ So its aims are:
It currently contains emulations of the:
* Acorn Electron;
* Amstrad CPC;
* Apple II/II+;
* Atari 2600;
* ColecoVision;
* Commodore Vic-20 (and Commodore 1540/1);
@@ -70,6 +71,7 @@ Cycle-accurate emulation for the supported target machines is fairly trite; this
Self-ratings:
* the Electron, Oric and Vic-20 are pretty much perfect;
* the ZX80, ZX81, ColecoVision and MSX 1 are very strong;
* the Apple II/II+ should be strong by design, but is currently largely untested;
* the Amstrad CPC has known accuracy deficiencies in its 8272 and 6845;
* the Atari 2600 has some known accuracy deficiencies in its TIA;
* the C-1540(/1) is locked in reading mode and doesn't yet support writing.