From 2e28a8e51c8776958c738f717a5c186d267a94e3 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 26 Oct 2018 21:24:40 -0400 Subject: [PATCH] Promotes the Master System to full mention. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bac38b484..dedbb92a4 100644 --- a/README.md +++ b/README.md @@ -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.