mirror of
https://github.com/tildearrow/furnace.git
synced 2024-10-31 18:12:40 +00:00
Fix naming
This commit is contained in:
parent
26cf5bd097
commit
8ff4baa770
3 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
|
|
|
@ -190,7 +190,7 @@ const char* opl3Cores[]={
|
|||
};
|
||||
|
||||
const char* opl4Cores[]={
|
||||
"Nuked-OPL3 + OpenMSX",
|
||||
"Nuked-OPL3 + openMSX",
|
||||
"ymfm"
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue