From 7e3528c69284dd0314f0002adb6c03605677233e Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 6 May 2021 09:44:40 -0400 Subject: [PATCH] Shunt the tech/URL stuff below the headline feature list. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9038d09e..2a676eab9 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ # Clock Signal Clock Signal ('CLK') is an emulator for tourists that seeks to be invisible. Users directly launch classic software, usually avoiding the learning curve associated with emulators and with emulated machines. -macOS and source releases are [hosted on GitHub](https://github.com/TomHarte/CLK/releases). For desktop Linux it is also available as a [Snap](https://snapcraft.io/clock-signal). On the Mac it is a native Cocoa and Metal application; under Linux, BSD and other UNIXes and UNIX-alikes it uses OpenGL and can be built either with Qt or with SDL. - This emulator seeks to offer: * single-click load of any piece of source media for any supported platform; * with a heavy signal processing tilt for accurate reproduction of original outputs; @@ -24,6 +22,8 @@ It currently contains emulations of the: * Sinclair ZX80/81; and * Sinclair ZX Spectrum. +macOS and source releases are [hosted on GitHub](https://github.com/TomHarte/CLK/releases). For desktop Linux it is also available as a [Snap](https://snapcraft.io/clock-signal). On the Mac it is a native Cocoa and Metal application; under Linux, BSD and other UNIXes and UNIX-alikes it uses OpenGL and can be built either with Qt or with SDL. + ## Single-step Loading Through static and runtime analysis CLK seeks 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.