From 75ecd4e72db33884c982fd61f538f2899d1f8d66 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 17 Jul 2019 16:31:24 -0400 Subject: [PATCH] Adds mention of the Macintosh. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dedbb92a4..412a70f97 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ It currently contains emulations of the: * Sega Master System; and * Sinclair ZX80/81. +Work is in progress on the Macintosh 512ke; it is presently very experimental. + ## 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.