aboutsummaryrefslogtreecommitdiff
path: root/src/chips/dosbox_opl3.cpp
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-06-01 00:29:36 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-06-01 00:29:36 +0300
commita3785e894c562e721a08c1ac7f6c443bcb4c402a (patch)
treef18f9b94a09057caa3c8d65a6645463809b1cbe7 /src/chips/dosbox_opl3.cpp
parent42f6cbfe115e6cfa695b07001cef894f00fa9cb5 (diff)
downloadlibADLMIDI-a3785e894c562e721a08c1ac7f6c443bcb4c402a.tar.gz
libADLMIDI-a3785e894c562e721a08c1ac7f6c443bcb4c402a.tar.bz2
libADLMIDI-a3785e894c562e721a08c1ac7f6c443bcb4c402a.zip
Warning fixes and append "r4111" into name of DosBox emulator
Diffstat (limited to 'src/chips/dosbox_opl3.cpp')
-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 9669fa3..f1fcce4 100644
--- a/src/chips/dosbox_opl3.cpp
+++ b/src/chips/dosbox_opl3.cpp
@@ -108,5 +108,5 @@ int DosBoxOPL3::generateAndMix32(int32_t *output, size_t frames)
const char *DosBoxOPL3::emulatorName()
{
- return "DosBox 0.74 OPL3";
+ return "DosBox 0.74-r4111 OPL3";
}