✔️ Boot Screen Works
✔️ Pulse, Wave, and Noise Voices play in all games
✔️ PPU features excluding tall sprites
✔️ Dr. Mario
✔️ Tetris
🌓 Zelda
🌓 Ducktales
❌ Pokemón Red
✔️ All Blarg CPU tests pass
🌓 Many DMG_SOUND tests pass
- Install cmake, rgbds, and SDL-dev libraries
- Ubuntu: sudo apt-get install libsdl2-dev cmake rgbds
- MacOS: brew install sdl cmake rgbds
- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE=[Debug|Release] ..
- Build from IDE:
- Open this folder in VSCode
- MacOS: Choose Clang
- Click the run button.