From e5ed9fc3f1aa9dd872e380b0de7f98423ae49183 Mon Sep 17 00:00:00 2001 From: Marc Dominik Migge Date: Sun, 8 Mar 2026 13:24:13 +0100 Subject: [PATCH] Cleanup README --- .gitignore | 4 ++++ README.md | 4 +--- ronald-core/rom/ROM_LICENSES | 9 ++++----- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 2f0a066..68b1268 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,10 @@ keymap.backup.json # Local Netlify folder .netlify +/ronald-core/rom/*.rom +!/ronald-core/rom/zexdoc.rom +!/ronald-core/rom/zexall.rom + /ronald-egui/assets/keys/examples /ronald-egui/dist /ronald-egui/tests/snapshots/*.old.png diff --git a/README.md b/README.md index b6eb18f..1d932ee 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ games that I remember fondly from my childhood. ## Features -* Supports the CPC 464 model. The 664 and 6128 models are work in progress +* Supports the CPC 464 and 664 models. The 6128 model is work in progress * Can load DSK disk images. Tape image loading is not yet supported * Workbench mode with extensive debugging capabilities * Accurate audio support (thanks to the excellent [psg](https://github.com/thedjinn/psg-rs) crate) @@ -19,8 +19,6 @@ games that I remember fondly from my childhood. Running The Emulator -------------------- -You can try out the WebAssembly version at https://ronald.int82.dev without installing anything. - If you have Rust installed you can easily run the emulator from the command line using diff --git a/ronald-core/rom/ROM_LICENSES b/ronald-core/rom/ROM_LICENSES index 4d84f0f..c7c8482 100644 --- a/ronald-core/rom/ROM_LICENSES +++ b/ronald-core/rom/ROM_LICENSES @@ -1,6 +1,5 @@ -Please note that the Amstrad CPC ROMs are redistributed with -permission but Amstrad retains its copyright. +The Z80 instruction set exerciser ROMs are -The Z80 instruction set exerciser ROMs are licensed under the -GNU General Public License. The copyright notices can be found -in the respective assembly files. +Copyright (C) 1994 Frank D. Cringle + +and licensed under the GNU General Public License v2.