1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-26 10:29:31 +00:00

Adds mentions of the IIe.

This commit is contained in:
Thomas Harte 2018-08-06 12:03:54 -04:00 committed by GitHub
parent 60ac9b49ea
commit 39bf682016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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