1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 18:55:48 +00:00

Promotes the Master System to full mention.

This commit is contained in:
Thomas Harte 2018-10-26 21:24:40 -04:00
parent 4af0b74a42
commit 2e28a8e51c

View File

@ -19,12 +19,10 @@ It currently contains emulations of the:
* ColecoVision;
* Commodore Vic-20 (and Commodore 1540/1);
* MSX 1;
* Oric 1/Atmos; and
* Oric 1/Atmos;
* Sega Master System; and
* Sinclair ZX80/81.
Incomplete but also present is the:
* Master System.
## Single-click Loading
Through the combination of static analysis and runtime analysis, CLK seeks to be able automatically to select and configure the appropriate machine to run any provided disk, tape or ROM; to issue any commands necessary to run the software contained on the disk, tape or ROM; and to provide accelerated loading where feasible.
@ -75,6 +73,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, MSX 1 and Apple IIs are very strong;
* the Master System is almost perfect, access windows and CRAM dots and all the rest, but further work is required on some small aspects of behaviour;
* 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.