update readme
This commit is contained in:
parent
f2b1d932d3
commit
8ea35b725e
|
@ -1,6 +1,5 @@
|
||||||
# chip8-emu
|
# yacemu (Yet Another Chip Eight Emulator)
|
||||||
A Chip-8 emulator written in C
|
A Chip-8 emulator written in C. Depends on SDL2.
|
||||||
|
|
||||||
|
|
||||||
### Todo
|
### Todo
|
||||||
- [x] Graphics
|
- [x] Graphics
|
||||||
|
@ -9,4 +8,5 @@ A Chip-8 emulator written in C
|
||||||
- [ ] Working Input
|
- [ ] Working Input
|
||||||
- [ ] Tetris Running
|
- [ ] Tetris Running
|
||||||
- [ ] Extended instruction set (MEGACHIP, SUPER CHIP-48)
|
- [ ] Extended instruction set (MEGACHIP, SUPER CHIP-48)
|
||||||
|
- [ ] Add my own custom instructions
|
||||||
|
- [ ] Write a ROM that uses the above instructions
|
||||||
|
|
Loading…
Reference in a new issue