Merge remote-tracking branch 'origin/main'

This commit is contained in:
2024-03-04 18:05:44 +05:30

View File

@@ -5,12 +5,14 @@ Chip 8 emulator/interpreter.
### Status
- [ ] Memory
- [ ] Loading fonts
- [ ] Registers
- [X] Memory
- [ ] Loading font
- [X] Default font
- [ ] Custom font
- [X] Registers
- [ ] Stack
- [ ] Instruction Processing
- [ ] Display
- [X] Display
- [ ] Keyboard
### More information on CHIP-8