31 lines
712 B
Markdown
31 lines
712 B
Markdown
# PORCEL-8
|
|
|
|
Chip 8 emulator/interpreter.
|
|
|
|
|
|
### Status
|
|
|
|
- [X] Memory
|
|
- [X] Timer
|
|
- [X] Loading font
|
|
- [X] Default font
|
|
- [ ] ~~Custom font~~ Future
|
|
- [X] Registers
|
|
- [X] Stack
|
|
- [X] Display
|
|
- [X] Instruction Processing
|
|
- [X] Bare requirements for IBM Logo
|
|
- [X] ALU operations
|
|
- [X] Procedure related
|
|
- [X] Timer
|
|
- [X] Super chip8 compatibility.
|
|
- [X] Audio
|
|
- Audio seems to stutter, but working
|
|
- [X] 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)
|
|
- [CHIP-8 Test Suite](https://github.com/Timendus/chip8-test-suite)
|
|
- [Awesome CHIP-8](https://chip-8.github.io/links/)
|