Add chip-8 research to the todo list
This commit is contained in:
parent
82f622e338
commit
66a0530942
|
|
@ -1,10 +1,17 @@
|
||||||
# To do
|
# To do
|
||||||
|
|
||||||
|
## Research
|
||||||
|
|
||||||
|
- [ ] Review CHIP-8
|
||||||
|
- read about the spec / ISA
|
||||||
|
- read these, and add them to the bibliography:
|
||||||
|
- Steve Losh: https://stevelosh.com/blog/2016/12/chip8-input/
|
||||||
|
- https://tonisagrista.com/blog/2021/chip8-spec/
|
||||||
|
|
||||||
## Misc
|
## Misc
|
||||||
|
|
||||||
- [ ] Play with JSDoc
|
- [ ] Play with JSDoc
|
||||||
|
|
||||||
|
|
||||||
## Design
|
## Design
|
||||||
|
|
||||||
- [ ] Add keypad to memory map
|
- [ ] Add keypad to memory map
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue