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 22b89200af..494c525713 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_ADLIB_Create(); + driver = MidiDriver_ADLIB_create(); midi.set_driver(driver); _game = (byte)detector->_features; |