https://github.com/cloudkj/nacho-8
NACHO-8 is an emulator for the CHIP-8 system
https://github.com/cloudkj/nacho-8
Last synced: 4 months ago
JSON representation
NACHO-8 is an emulator for the CHIP-8 system
- Host: GitHub
- URL: https://github.com/cloudkj/nacho-8
- Owner: cloudkj
- Created: 2021-02-17T18:12:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T18:56:10.000Z (over 2 years ago)
- Last Synced: 2025-10-25T21:45:37.472Z (8 months ago)
- Language: Scheme
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NACHO-8
-------
A CHIP-8 emulator, with extensions.
## Features
* Customizable clock speed, refresh rate
## Testing
Games tested
* Breakout
## Extensions
* [TBD] Monochrome -> Color (learn colors with CNN?)
## Development
* To run the emulator, we use a custom Docker image to run Ubuntu desktkop along
with a VNC server, which can then be accessed from the browser at
http://localhost:3000
* Quick start guide:
* 1. Create a build: `make clean && make build`
* 2. Start the container: `make desktop`
* 3. Access Ubuntu via browser-based VNC client at http://localhost:3000
* 4. Run the emulator: `/home/nacho-8/build/nacho-8`
## Resources
* http://devernay.free.fr/hacks/chip8/C8TECH10.HTM
* https://github.com/Skosulor/c8int/tree/master/test
* https://gist.github.com/cschiewek/246a244ba23da8b9f0e7b11a68bf3285