diff --git a/src/gui/about.cpp b/src/gui/about.cpp index 5dadfcf67..c74f81958 100644 --- a/src/gui/about.cpp +++ b/src/gui/about.cpp @@ -182,6 +182,8 @@ const char* aboutLine[]={ "Stella by Stella Team", "QSound emulator by superctr and Valley Bell", "VICE VIC-20 sound core by Rami Rasanen and viznut", + "VICE TED sound core by Andreas Boose, Tibor Biczo", + "and Marco van den Heuvel", "VERA sound core by Frank van den Hoef", "mzpokeysnd POKEY emulator by Michael Borisov", "ASAP POKEY emulator by Piotr Fusik", diff --git a/src/main.cpp b/src/main.cpp index b5484ea36..bf2ac269b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -191,6 +191,7 @@ TAParamResult pVersion(String) { printf("- MAME SegaPCM core by Hiromitsu Shioya and Olivier Galibert (BSD 3-clause)\n"); printf("- QSound core by superctr (BSD 3-clause)\n"); printf("- VICE VIC-20 by Rami Rasanen and viznut (GPLv2)\n"); + printf("- VICE TED by Andreas Boose, Tibor Biczo and Marco van den Heuvel (GPLv2)\n"); printf("- VERA core by Frank van den Hoef (BSD 2-clause)\n"); printf("- SAASound by Dave Hooper and Simon Owen (BSD 3-clause)\n"); printf("- SameBoy by Lior Halphon (MIT)\n");