update credits

This commit is contained in:
tildearrow 2022-12-22 19:25:11 -05:00
parent af770ec701
commit 05d389adac
2 changed files with 5 additions and 0 deletions

View file

@ -195,6 +195,8 @@ TAParamResult pVersion(String) {
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");
printf("- Atari800 mzpokeysnd POKEY emulator by Michael Borisov (GPLv2)\n");
printf("- ASAP POKEY emulator by Piotr Fusik ported to C++ by laoo (GPLv2)\n");
return TA_PARAM_QUIT;
}