Update README.md

This commit is contained in:
2024-03-04 18:05:35 +05:30
committed by GitHub
parent 1690c52bac
commit e6ab22fc28

View File

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