everything but cleanup

This commit is contained in:
Nicholas Orlowsky 2024-01-31 13:53:10 -06:00
parent b1fa17ffcf
commit 75c1fbb1b9
6 changed files with 49 additions and 19 deletions

View file

@ -37,10 +37,10 @@ yayacemu [PATH_TO_YOUR_ROM]
- [x] More Instructions
- [x] Tetris Working Running
- [x] Pass Quirks Test
- [ ] Add beeper (instead of sound, screen becomes red)
- [ ] Implement a real random module
- [x] Add beeper (instead of sound, screen becomes red)
- [x] Add all Instructions
- [x] Implement a real (synthesizeable, pseudorandom) random module
- [ ] Code cleanup
- [x] All Instructions
### Screenshots
@ -50,3 +50,4 @@ yayacemu [PATH_TO_YOUR_ROM]
![Flag Test Demo](https://github.com/nickorlow/yayacemu/blob/main/screenshots/flags.png?raw=true)
![Quirk Test Demo](https://github.com/nickorlow/yayacemu/blob/main/screenshots/quirks.png?raw=true)
![Tetris Demo](https://github.com/nickorlow/yayacemu/blob/main/screenshots/tetris.png?raw=true)
![Beeper Demo](https://github.com/nickorlow/yayacemu/blob/main/screenshots/beeper.png?raw=true)