Retro-8 is a CHIP-8 emulator based on Godot 3 and written in GDScript that I hope to turn into a fantasy console.
Find a file
Tony Bark 3c4404f072 Implementated instructions 0x4000 to 0xC000
- Moved commonly used variables in runSystem() above the main match statement
2021-03-09 05:47:15 -05:00
scenes Initial commit 2021-03-08 14:49:10 -05:00
scripts Implementated instructions 0x4000 to 0xC000 2021-03-09 05:47:15 -05:00
.gitignore Initial commit 2021-03-08 14:49:10 -05:00
default_env.tres Initial commit 2021-03-08 14:49:10 -05:00
icon.png Initial commit 2021-03-08 14:49:10 -05:00
icon.png.import Initial commit 2021-03-08 14:49:10 -05:00
LICENSE Initial commit 2021-03-08 14:49:10 -05:00
project.godot Minor naming tweaks 2021-03-08 16:00:54 -05:00
README.md Minor naming tweaks 2021-03-08 16:00:54 -05:00

Retro-8

Retro-8 is a CHIP-8 emulator based on Godot 3 and written in GDScript that I hope to turn into a fantasy console.

License

I license this project under the MPL-2.0 license - see LICENSE for details.