Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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

Expand Down
9 changes: 4 additions & 5 deletions ronald-core/rom/ROM_LICENSES
Original file line number Diff line number Diff line change
@@ -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.
Loading