Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thimc/chip9
CHIP-8 emulator for 9front
https://github.com/thimc/chip9
9front chip8-emulator emulator plan9
Last synced: about 1 month ago
JSON representation
CHIP-8 emulator for 9front
- Host: GitHub
- URL: https://github.com/thimc/chip9
- Owner: thimc
- License: mit
- Created: 2023-12-15T21:44:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-17T13:18:19.000Z (10 months ago)
- Last Synced: 2024-03-17T14:28:30.972Z (10 months ago)
- Topics: 9front, chip8-emulator, emulator, plan9
- Language: C
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chip9
![screenshot](screenshot.png)
CHIP-8 emulator for 9front / plan 9
## Keyboard shortcuts
1 2 3 4
Q W E R
A S D F
Z x C VTo pause the emulator press `p`.
To step the emulator, one instruction at a time press `o`.
To show debugging information press `i`.
## TODO
* Better input handling.
* Better drawing speeds.## Installation
mk install
chip9 ibm.ch8## License
MIT