update credits again

This commit is contained in:
tildearrow 2024-01-17 00:41:50 -05:00
parent a2b6dda251
commit 3cb8190258
2 changed files with 2 additions and 0 deletions

View file

@ -194,6 +194,7 @@ const char* aboutLine[]={
"adpcm by superctr",
"Nuked-OPL3/OPLL/OPM/OPN2/PSG by nukeykt",
"YM3812-LLE, YMF262-LLE and YMF276-LLE by nukeykt",
"ESFMu by Kagamiin~",
"ymfm by Aaron Giles",
"MAME SN76496 by Nicola Salmoria",
"MAME AY-3-8910 by Couriersud",

View file

@ -218,6 +218,7 @@ TAParamResult pVersion(String) {
printf("- YM3812-LLE by nukeykt (GPLv2)\n");
printf("- YMF262-LLE by nukeykt (GPLv2)\n");
printf("- YMF276-LLE by nukeykt (GPLv2)\n");
printf("- ESFMu by Kagamiin~ (LGPLv2.1)\n");
printf("- ymfm by Aaron Giles (BSD 3-clause)\n");
printf("- adpcm by superctr (public domain)\n");
printf("- MAME SN76496 emulation core by Nicola Salmoria (BSD 3-clause)\n");