Prepare for C140

This commit is contained in:
cam900 2023-08-08 21:27:12 +09:00
parent cc8b5d28a8
commit c34233cf4f
7 changed files with 867 additions and 6 deletions

View file

@ -208,6 +208,9 @@ TAParamResult pVersion(String) {
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");
printf("- SM8521 emulator (modified version) by cam900 (zlib license)\n");
printf("- D65010G031 emulator (modified version) by cam900 (zlib license)\n");
printf("- C140 emulator by cam900 (zlib license)\n");
return TA_PARAM_QUIT;
}