A complete rewrite of DevSound for Game Boy. Unfortunately, it is incompatible with previous versions of DevSound, but it makes up for it with new features and significantly reduced CPU load.
- RGBDS
- An emulator of your choice (such as BGB, SameBoy, or Emulicious)
- VisualBoyAdvance is not supported as it fails to correctly emulate a hardware quirk that DevSound X relies on.
- Clone the repo:
git clone --recursive https://github.com/DevEd2/DevSoundX
- Run build.sh (if you get a permission denied error, run
chmod +x build.sh
and try again)
TODO