13 lines
365 B
Markdown
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
|