https://github.com/thimc/chip9
CHIP-8 emulator for 9front
https://github.com/thimc/chip9
9front chip8-emulator emulator plan9
Last synced: 15 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T13:18:19.000Z (over 2 years ago)
- Last Synced: 2025-03-04T09:16:20.835Z (over 1 year 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

CHIP-8 emulator for 9front / plan 9
## Keyboard shortcuts
1 2 3 4
Q W E R
A S D F
Z x C V
To 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