yacemu/README.md

13 lines
230 B
Markdown
Raw Normal View History

2023-08-31 22:17:53 +00:00
# chip8-emu
A Chip-8 emulator written in C
### Todo
2023-08-31 22:21:02 +00:00
- [x] Graphics
- [x] Corax+ Required Instructions
- [ ] Rest of Instructions
- [ ] Working Input
- [ ] Tetris Running
- [ ] Extended instruction set (MEGACHIP, SUPER CHIP-48)
2023-08-31 22:17:53 +00:00