2024-03-02 15:41:55 +05:30
|
|
|
# PORCEL-8
|
2024-02-29 11:55:14 +05:30
|
|
|
|
2024-03-02 15:41:55 +05:30
|
|
|
Chip 8 emulator/interpreter.
|
2024-03-02 13:00:57 +05:30
|
|
|
|
|
|
|
|
|
|
|
### Status
|
|
|
|
|
2024-03-04 18:05:35 +05:30
|
|
|
- [X] Memory
|
|
|
|
- [ ] Loading font
|
|
|
|
- [X] Default font
|
|
|
|
- [ ] Custom font
|
|
|
|
- [X] Registers
|
2024-03-02 13:00:57 +05:30
|
|
|
- [ ] Stack
|
|
|
|
- [ ] Instruction Processing
|
2024-03-04 18:05:35 +05:30
|
|
|
- [X] Display
|
2024-03-02 13:00:57 +05:30
|
|
|
- [ ] Keyboard
|
|
|
|
|
2024-03-02 15:41:55 +05:30
|
|
|
### More information on CHIP-8
|
2024-03-02 13:00:57 +05:30
|
|
|
|
|
|
|
- [Guide to making a CHIP-8 emulator - Tobias V. Langhoff](https://tobiasvl.github.io/blog/write-a-chip-8-emulator/#specifications)
|
2024-03-04 18:05:35 +05:30
|
|
|
- [Awesome CHIP-8](https://chip-8.github.io/links/)
|