add (Partial) GA20 support

This commit is contained in:
cam900 2022-12-15 20:03:54 +09:00
parent 7a91996e3a
commit d5f44557c2
12 changed files with 877 additions and 5 deletions

View file

@ -194,6 +194,7 @@ TAParamResult pVersion(String) {
printf("- reSIDfp by Dag Lem, Antti Lankila and Leandro Nini (GPLv2)\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");
return TA_PARAM_QUIT;
}