hi-res mode

This commit is contained in:
Zoe
2025-02-13 19:55:12 +00:00
parent b717570cb2
commit d64f63b165
4 changed files with 361 additions and 235 deletions

View File

@@ -6,8 +6,9 @@ This is a simple emulator for the Game Boy. It is written in C++ and uses SDL fo
## TODO
- [ ] Implement sound
- [ ] Implement keyboard input
- [X] Implement sound
- [X] Implement keyboard input
- [ ] Fix games like Tetris and pong
- [ ] Implement better e2e testing for visuals and other things
- [ ] Implement a disassembler
- [ ] Get better debugging