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

@ -294,7 +294,7 @@ const char* aboutLine[]={
_N("PowerNoise emulator by scratchminer"),
_N("ep128emu by Istvan Varga"),
_N("NDS sound emulator by cam900"),
_N("OpenMSX YMF278 emulator (modified version) by the openMSX developers"),
_N("openMSX YMF278 emulator (modified version) by the openMSX developers"),
"",
_N("greetings to:"),
"NEOART Costa Rica",

View file

@ -190,7 +190,7 @@ const char* opl3Cores[]={
};
const char* opl4Cores[]={
"Nuked-OPL3 + OpenMSX",
"Nuked-OPL3 + openMSX",
"ymfm"
};

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;
}