[Scummvm-devel] ScummVM PS2: SCI games
Johannes Schickel
lordhoto at gmail.com
Wed Feb 3 09:45:03 CET 2010
> - With Mame OPL I get:
>
> WARNING: Your selected OPL driver "MAME OPL emulator" does not support type 1 emulation, which is requested by your game.!
> WARNING: Invalid OPL driver selected, trying to detect a fallback emulator!
> WARNING: Your selected OPL driver "MAME OPL emulator" does not support type 1 emulation, which is requested by your game.!
> WARNING: No OPL emulator available for type 1!
>
> But then the audio is working fine...so are those warnings expected ?
Yes that is expected. This is because SCI first tries to create an
Dual OPL2, which is not supported by the MAME emu. Thus it will just
fall back to mono audio.
The next warning is because you do not have the DOSBox OPL emulator
built-in, thus it can not find any which is capable of Dual OPL2.
// Johannes
More information about the Scummvm-devel
mailing list