diff options
-rw-r--r-- | simon/simon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index 42e80d3fcf..22b89200af 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -181,7 +181,7 @@ SimonState::SimonState(GameDetector *detector, OSystem *syst) /* Setup midi driver */ if (!driver) - driver = MidiDriver_NULL_create(); + driver = MidiDriver_ADLIB_Create(); midi.set_driver(driver); _game = (byte)detector->_features; |