diff options
Diffstat (limited to 'engines/parallaction')
-rw-r--r-- | engines/parallaction/adlib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/adlib.cpp b/engines/parallaction/adlib.cpp index 7c1dd1681f..a2defa932b 100644 --- a/engines/parallaction/adlib.cpp +++ b/engines/parallaction/adlib.cpp @@ -351,7 +351,7 @@ int AdLibDriver::open() { MidiDriver_Emulated::open(); _opl = OPL::Config::create(); - _opl->init(getRate()); + _opl->init(); _opl->writeReg(0x1, 0x20); // set bit 5 (enable all waveforms) // Reset the OPL registers. |