Skip to content

Commit 899b661

Browse files
authored
Merge pull request #22 from mdm/cleanup-readme
Cleanup README
2 parents 57995a1 + e5ed9fc commit 899b661

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ keymap.backup.json
1010
# Local Netlify folder
1111
.netlify
1212

13+
/ronald-core/rom/*.rom
14+
!/ronald-core/rom/zexdoc.rom
15+
!/ronald-core/rom/zexall.rom
16+
1317
/ronald-egui/assets/keys/examples
1418
/ronald-egui/dist
1519
/ronald-egui/tests/snapshots/*.old.png

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ games that I remember fondly from my childhood.
99

1010
## Features
1111

12-
* Supports the CPC 464 model. The 664 and 6128 models are work in progress
12+
* Supports the CPC 464 and 664 models. The 6128 model is work in progress
1313
* Can load DSK disk images. Tape image loading is not yet supported
1414
* Workbench mode with extensive debugging capabilities
1515
* 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.
1919
Running The Emulator
2020
--------------------
2121

22-
You can try out the WebAssembly version at https://ronald.int82.dev without installing anything.
23-
2422
If you have Rust installed you can easily run the emulator from the command line
2523
using
2624

ronald-core/rom/ROM_LICENSES

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
Please note that the Amstrad CPC ROMs are redistributed with
2-
permission but Amstrad retains its copyright.
1+
The Z80 instruction set exerciser ROMs are
32

4-
The Z80 instruction set exerciser ROMs are licensed under the
5-
GNU General Public License. The copyright notices can be found
6-
in the respective assembly files.
3+
Copyright (C) 1994 Frank D. Cringle
4+
5+
and licensed under the GNU General Public License v2.

0 commit comments

Comments
 (0)