Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 808 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 808 Bytes

DevSound X

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.

Building the source code

General dependencies

  1. RGBDS
  2. 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.

Build instructions

  1. Clone the repo: git clone --recursive https://github.com/DevEd2/DevSoundX
  2. Run build.sh (if you get a permission denied error, run chmod +x build.sh and try again)

Including DevSound X in your project

TODO