diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-09-04 01:28:29 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-09-04 01:28:29 +0300 |
commit | 9efe77035f72c0a0ee046e3b2cda0157acd2a8ca (patch) | |
tree | 6e1ef697e208386e2eabab75699c19c138ffe893 /src/chips/dosbox_opl3.cpp | |
parent | f2a62189128a508be9d5bcbc30aabc69c3112efb (diff) | |
parent | 5c9eb9c4fb736a004af31874d457a183d7a3cbe5 (diff) | |
download | libADLMIDI-9efe77035f72c0a0ee046e3b2cda0157acd2a8ca.tar.gz libADLMIDI-9efe77035f72c0a0ee046e3b2cda0157acd2a8ca.tar.bz2 libADLMIDI-9efe77035f72c0a0ee046e3b2cda0157acd2a8ca.zip |
Merge branch 'master' into stable
Diffstat (limited to 'src/chips/dosbox_opl3.cpp')
-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"; } |