From dc1b251d495c41ed597aaf6da64b7547475ccd6f Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Mon, 23 Dec 2024 20:52:19 +0100 Subject: [PATCH] Replace DevSound with DevSoundX (#242) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d66311e..a3d5984 100644 --- a/README.md +++ b/README.md @@ -305,7 +305,7 @@ The [Choosing tools for Game Boy development](https://gbdev.io/guides/tools.html #### Music drivers and trackers -- [DevSound](https://github.com/DevEd2/DevSound) - Sound driver embeddable in homebrews which supports pulse width manipulation, arpeggios, and multiple waveforms. +- [DevSoundX](https://github.com/DevEd2/DevSoundX) - Sound driver embeddable in homebrews which supports pulse width manipulation, arpeggios, and multiple waveforms. - [Carillon Player](http://gbdev.gg8.se/files/musictools/Aleksi%20Eeben/Carillon%20Editor.zip) - Music Engine. - [GBT PLAYER](https://github.com/AntonioND/gbt-player) - A music player library and converter kit. - [mmlgb](https://github.com/SimonLarsen/mmlgb) - A MML parser and GBDK sound driver for the Nintendo Game Boy.