[dsp] Fix display instruction

This commit is contained in:
2024-03-05 22:21:59 +05:30
parent 2e6410ef90
commit ff25f1aba3
2 changed files with 15 additions and 10 deletions

View File

@@ -13,14 +13,15 @@ Chip 8 emulator/interpreter.
- [X] Registers
- [X] Stack
- [X] Display
- [ ] Instruction Processing
- [X] Instruction Processing
- [X] Bare requirements for IBM Logo
- [ ] ALU operations
- [ ] Procedure related
- [ ] Timer
- [ ] Super chip8 compatibility.
- [ ] Audio
- [ ] Keyboard
- [X] ALU operations
- [X] Procedure related
- [X] Timer
- [X] Super chip8 compatibility.
- [X] Audio
- Audio seems to be broken on my device. I will check with other devices.
- [X] Keyboard
### More information on CHIP-8