diff --git a/src/gui/about.cpp b/src/gui/about.cpp index 8131d3c3..2aef20b9 100644 --- a/src/gui/about.cpp +++ b/src/gui/about.cpp @@ -173,6 +173,7 @@ const char* aboutLine[]={ "reSID by Dag Lem", "reSIDfp by Dag Lem, Antti Lankila", "and Leandro Nini", + "dSID by DefleMask Team based on jsSID", "Stella by Stella Team", "QSound emulator by superctr and Valley Bell", "VICE VIC-20 sound core by Rami Rasanen and viznut", diff --git a/src/main.cpp b/src/main.cpp index 574c1dd7..e58a455a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -198,6 +198,7 @@ TAParamResult pVersion(String) { printf("- NSFPlay by Brad Smith and Brezza (unknown open-source license)\n"); printf("- reSID by Dag Lem (GPLv2)\n"); printf("- reSIDfp by Dag Lem, Antti Lankila and Leandro Nini (GPLv2)\n"); + printf("- dSID by DefleMask Team (based on jsSID by Hermit) (MIT)\n"); printf("- Stella by Stella Team (GPLv2)\n"); printf("- vgsound_emu (second version, modified version) by cam900 (zlib license)\n"); printf("- MAME GA20 core by Acho A. Tang, R. Belmont, Valley Bell (BSD 3-clause)\n");