update credits

This commit is contained in:
tildearrow 2024-04-06 18:49:43 -05:00
parent ae8ebd9b22
commit ff41e8b1c9
2 changed files with 2 additions and 0 deletions

View file

@ -219,6 +219,7 @@ const char* aboutLine[]={
"YM3812-LLE, YMF262-LLE and YMF276-LLE by nukeykt",
"ESFMu (modified version) by Kagamiin~",
"ymfm by Aaron Giles",
"emu2413 by Digital Sound Antiques",
"MAME SN76496 by Nicola Salmoria",
"MAME AY-3-8910 by Couriersud",
"with AY8930 fixes by Eulous, cam900 and Grauw",

View file

@ -214,6 +214,7 @@ TAParamResult pVersion(String) {
printf("- YMF276-LLE by nukeykt (GPLv2)\n");
printf("- ESFMu (modified version) by Kagamiin~ (LGPLv2.1)\n");
printf("- ymfm by Aaron Giles (BSD 3-clause)\n");
printf("- emu2413 by Digital Sound Antiques (MIT)\n");
printf("- adpcm by superctr (public domain)\n");
printf("- adpcm-xq by David Bryant (BSD 3-clause)\n");
printf("- MAME SN76496 emulation core by Nicola Salmoria (BSD 3-clause)\n");