yacemu/README.md
Nicholas Orlowsky 8ea35b725e
update readme
2023-08-31 18:23:32 -04:00

13 lines
365 B
Markdown

# yacemu (Yet Another Chip Eight Emulator)
A Chip-8 emulator written in C. Depends on SDL2.
### Todo
- [x] Graphics
- [x] Corax+ Required Instructions
- [ ] Rest of Instructions
- [ ] Working Input
- [ ] Tetris Running
- [ ] Extended instruction set (MEGACHIP, SUPER CHIP-48)
- [ ] Add my own custom instructions
- [ ] Write a ROM that uses the above instructions