update readme

This commit is contained in:
Nicholas Orlowsky 2023-08-31 18:23:32 -04:00
parent f2b1d932d3
commit 8ea35b725e
No known key found for this signature in database
GPG key ID: 24C84C4DDAD95065

View file

@ -1,6 +1,5 @@
# chip8-emu
A Chip-8 emulator written in C
# yacemu (Yet Another Chip Eight Emulator)
A Chip-8 emulator written in C. Depends on SDL2.
### Todo
- [x] Graphics
@ -9,4 +8,5 @@ A Chip-8 emulator written in C
- [ ] Working Input
- [ ] Tetris Running
- [ ] Extended instruction set (MEGACHIP, SUPER CHIP-48)
- [ ] Add my own custom instructions
- [ ] Write a ROM that uses the above instructions