add to readme
This commit is contained in:
parent
66dd4f3e18
commit
682175e8de
|
@ -10,3 +10,9 @@ A Chip-8 emulator written in C. Depends on SDL2.
|
|||
- [ ] Extended instruction set (MEGACHIP, SUPER CHIP-48)
|
||||
- [ ] Add my own custom instructions
|
||||
- [ ] Write a ROM that uses the above instructions
|
||||
|
||||
### Screenshots
|
||||
|
||||
![Chip 8 Logo Demo](https://github.com/nickorlow/yacemu/blob/main/screenshots/chip8-logo.png?raw=true)
|
||||
![IBM Logo Demo](https://github.com/nickorlow/yacemu/blob/main/screenshots/ibm-logo.png?raw=true)
|
||||
![Corax Plus Test Demo](https://github.com/nickorlow/yacemu/blob/main/screenshots/corax+-test.png?raw=true)
|
||||
|
|
Loading…
Reference in a new issue