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

The early Macintoshes are less experimental now.

This commit is contained in:
Thomas Harte 2019-09-18 22:11:04 -04:00 committed by GitHub
parent 55e003ccc1
commit 2ef2c73efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,12 +19,11 @@ It currently contains emulations of the:
* ColecoVision;
* Commodore Vic-20 (and Commodore 1540/1);
* MSX 1;
* Macintosh 512ke and Plus;
* Oric 1/Atmos;
* 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.