https://github.com/joshiggins/chip8-n64
a chip 8 emulator for the nintendo 64
https://github.com/joshiggins/chip8-n64
Last synced: 11 months ago
JSON representation
a chip 8 emulator for the nintendo 64
- Host: GitHub
- URL: https://github.com/joshiggins/chip8-n64
- Owner: joshiggins
- Created: 2017-08-27T00:53:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-27T18:56:23.000Z (over 8 years ago)
- Last Synced: 2024-05-21T11:28:24.914Z (almost 2 years ago)
- Language: C
- Size: 15.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-n64-development - chip8-n64 - A [CHIP-8](https://en.wikipedia.org/wiki/CHIP-8) emulator, using `libdragon` (Programming / C)
README
# chip8 n64
A chip 8 emulator written for the Nintendo 64.
You will need a [libdragon](https://dragonminded.com/n64dev/) environment and toolchain configured so that you can cross-compile for the N64's MIPS processor.