diff options
-rw-r--r-- | sound/fmopl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/fmopl.cpp b/sound/fmopl.cpp index f0f7327fd4..dac2db6b70 100644 --- a/sound/fmopl.cpp +++ b/sound/fmopl.cpp @@ -34,8 +34,8 @@ namespace OPL { // Config implementation enum OplEmulator { - kMame = 0, - kDOSBox = 1 + kMame = 1, + kDOSBox = 2 }; const Config::EmulatorDescription Config::_drivers[] = { |