diff --git a/src/gui/about.cpp b/src/gui/about.cpp index 7e5dfdf2..d14cd4d1 100644 --- a/src/gui/about.cpp +++ b/src/gui/about.cpp @@ -129,11 +129,13 @@ const char* aboutLine[]={ "MAME SAA1099 by Juergen Buchmueller and Manuel Abadia", "MAME Namco WSG by Nicola Salmoria and Aaron Giles", "MAME RF5C68 core by Olivier Galibert and Aaron Giles", + "MAME MSM5232 core by Jarek Burczynski and Hiromitsu Shioya", "MAME MSM6258 core by Barry Rodewald", "MAME YMZ280B core by Aaron Giles", "SAASound by Dave Hooper and Simon Owen", "SameBoy by Lior Halphon", "Mednafen PCE and WonderSwan audio cores", + "SNES DSP core by Blargg", "puNES (NES, MMC5 and FDS) by FHorse", "NSFPlay (NES and FDS) by Brad Smith and Brezza", "reSID by Dag Lem", diff --git a/src/main.cpp b/src/main.cpp index e59d6e03..aadc8ded 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -171,6 +171,7 @@ TAParamResult pVersion(String) { printf("- MAME SAA1099 emulation core by Juergen Buchmueller and Manuel Abadia (BSD 3-clause)\n"); printf("- MAME Namco WSG by Nicola Salmoria and Aaron Giles (BSD 3-clause)\n"); printf("- MAME RF5C68 core by Olivier Galibert and Aaron Giles (BSD 3-clause)\n"); + printf("- MAME MSM5232 core by Jarek Burczynski and Hiromitsu Shioya (GPLv2)\n"); printf("- MAME MSM6258 core by Barry Rodewald (BSD 3-clause)\n"); printf("- MAME YMZ280B core by Aaron Giles (BSD 3-clause)\n"); printf("- QSound core by superctr (BSD 3-clause)\n"); @@ -179,6 +180,7 @@ TAParamResult pVersion(String) { printf("- SAASound by Dave Hooper and Simon Owen (BSD 3-clause)\n"); printf("- SameBoy by Lior Halphon (MIT)\n"); printf("- Mednafen PCE and WonderSwan by Mednafen Team (GPLv2)\n"); + printf("- SNES DSP core by Blargg (LGPLv2.1)\n"); printf("- puNES by FHorse (GPLv2)\n"); printf("- NSFPlay by Brad Smith and Brezza (unknown open-source license)\n"); printf("- reSID by Dag Lem (GPLv2)\n");