From e9b9aa26a7d58d4417b791d4d02b9bc577d52403 Mon Sep 17 00:00:00 2001 From: CoffeeBat64 <34352018+datguywitha3ds@users.noreply.github.com> Date: Wed, 17 Nov 2021 12:55:46 -0300 Subject: [PATCH] Added CBT-FX (#224) Added my sound effect driver under the music drivers and trackers section, not sure if it falls 100% under that category but it's close enough --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8e2864..4d44efb 100644 --- a/README.md +++ b/README.md @@ -305,6 +305,7 @@ The [Choosing tools for Game Boy development](https://gbdev.io/guides/tools.html - [XPMCK](https://github.com/bazzinotti/XPMCK) - An MML based music compiler with support for Game Boy & Game Boy Color. - [SoundSystem](https://github.com/gb-archive/GBSoundSystem) - A modernized audio driver for GameBoy Tracker (aka the Paragon 5 music player). - [hUGETracker](https://github.com/SuperDisk/hUGETracker) - A music tracker based on OpenMPT, focused on ease of use, compact output, and embeddability in homebrew games. +- [CBT-FX](https://github.com/datguywitha3ds/CBT-FX) - A GBDK-2020 sound effect driver compatible with FX-Hammer sound effects. ## Programming