From 2d922d5e0981e5fbce8a052f076ca8bf0f17ec40 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Mon, 7 Mar 2022 23:11:14 -0500 Subject: [PATCH] GUI: attribution --- README.md | 1 - src/gui/gui.cpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 540052fd..e1d97726 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ this is a work-in-progress chiptune tracker compatible with DefleMask modules (. - Philips SAA1099 - Amiga - TIA (Atari 2600/7800) - - WonderSwan - multiple sound chips in a single song! - clean-room design (guesswork and ABX tests only, no decompilation involved) - bug/quirk implementation for increased playback accuracy diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 7245f2f3..9cdc1cef 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -1551,6 +1551,7 @@ const char* aboutLine[]={ "", "-- program --", "tildearrow", + "akumanatt", "cam900", "laoo", "superctr",