diff options
author | Vitaly Novichkov <Wohlstand@users.noreply.github.com> | 2018-09-02 13:38:10 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-02 13:38:10 +0300 |
commit | ce26aee47eba23d1b55a5840f79772c78fd69595 (patch) | |
tree | e4e84f383f689512daf8a560a7f97ba2537f6060 /src/chips | |
parent | 95cc42b3b30c9d20df330a1736873808e95b56dc (diff) | |
parent | 21e7c230f4d00d38e11fea974274b73a583346cf (diff) | |
download | libADLMIDI-ce26aee47eba23d1b55a5840f79772c78fd69595.tar.gz libADLMIDI-ce26aee47eba23d1b55a5840f79772c78fd69595.tar.bz2 libADLMIDI-ce26aee47eba23d1b55a5840f79772c78fd69595.zip |
Merge pull request #167 from jpcima/emulator-name
rename DOSBox using preferred casing
Diffstat (limited to 'src/chips')
-rw-r--r-- | src/chips/dosbox_opl3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chips/dosbox_opl3.cpp b/src/chips/dosbox_opl3.cpp index 37f5e9c..0b9501f 100644 --- a/src/chips/dosbox_opl3.cpp +++ b/src/chips/dosbox_opl3.cpp @@ -76,5 +76,5 @@ void DosBoxOPL3::nativeGenerateN(int16_t *output, size_t frames) const char *DosBoxOPL3::emulatorName() { - return "DosBox 0.74-r4111 OPL3"; + return "DOSBox 0.74-r4111 OPL3"; } |