Fix naming

This commit is contained in:
cam900 2024-07-13 13:18:17 +09:00
parent 26cf5bd097
commit 8ff4baa770
3 changed files with 3 additions and 3 deletions

View file

@ -333,7 +333,7 @@ TAParamResult pVersion(String) {
printf("- PowerNoise emulator by scratchminer (MIT)\n");
printf("- ep128emu by Istvan Varga (GPLv2)\n");
printf("- NDS sound emulator by cam900 (zlib license)\n");
printf("- OpenMSX YMF278 emulator (modified version) by the openMSX developers (GPLv2)\n");
printf("- openMSX YMF278 emulator (modified version) by the openMSX developers (GPLv2)\n");
return TA_PARAM_QUIT;
}