1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-01-17 02:30:54 +00:00

Merge pull request #579 from TomHarte/MasterSystemOfficial

Promotes the Master System to full mention.
This commit is contained in:
Thomas Harte 2018-10-26 21:25:09 -04:00 committed by GitHub
commit 0d051502e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.