aboutsummaryrefslogtreecommitdiff
path: root/src/chips
diff options
context:
space:
mode:
authorJP Cimalando <jpcima@users.noreply.github.com>2018-09-02 12:13:34 +0200
committerJP Cimalando <jpcima@users.noreply.github.com>2018-09-02 12:13:34 +0200
commit21e7c230f4d00d38e11fea974274b73a583346cf (patch)
treee4e84f383f689512daf8a560a7f97ba2537f6060 /src/chips
parent95cc42b3b30c9d20df330a1736873808e95b56dc (diff)
downloadlibADLMIDI-21e7c230f4d00d38e11fea974274b73a583346cf.tar.gz
libADLMIDI-21e7c230f4d00d38e11fea974274b73a583346cf.tar.bz2
libADLMIDI-21e7c230f4d00d38e11fea974274b73a583346cf.zip
rename DOSBox using preferred casing
Diffstat (limited to 'src/chips')
-rw-r--r--src/chips/dosbox_opl3.cpp2
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";
}