Files
porcel8/README.md
2024-03-04 18:05:35 +05:30

22 lines
432 B
Markdown

# PORCEL-8
Chip 8 emulator/interpreter.
### Status
- [X] Memory
- [ ] Loading font
- [X] Default font
- [ ] Custom font
- [X] Registers
- [ ] Stack
- [ ] Instruction Processing
- [X] Display
- [ ] Keyboard
### More information on CHIP-8
- [Guide to making a CHIP-8 emulator - Tobias V. Langhoff](https://tobiasvl.github.io/blog/write-a-chip-8-emulator/#specifications)
- [Awesome CHIP-8](https://chip-8.github.io/links/)