[doc] Update Progress

This commit is contained in:
2024-03-04 21:07:25 +05:30
parent 2644f9a0fe
commit df80ac5406

View File

@@ -6,13 +6,20 @@ Chip 8 emulator/interpreter.
### Status
- [X] Memory
- [ ] Loading font
- [X] Timer
- [X] Loading font
- [X] Default font
- [ ] Custom font
- [ ] ~~Custom font~~ Future
- [X] Registers
- [ ] Stack
- [ ] Instruction Processing
- [X] Stack
- [X] Display
- [ ] Instruction Processing
- [X] Bare requirements for IBM Logo
- [ ] ALU operations
- [ ] Procedure related
- [ ] Timer
- [ ] Super chip8 compatibility.
- [ ] Audio
- [ ] Keyboard
### More information on CHIP-8