I'm trying to use ScummVM on Windows with my RetroWave OPL3 (the original HAT version with a PotatoPi). The official ScummVM 2.7.0 release build for Windows seems to be missing support for it, but I learned that the buildbot builds suport it. Will this be added in some future release, or is it too niche to be included in normal builds?
Regardless, my issue is as below.
I added these lines to scummvm.ini, in the [scummvm] section:
Code: Select all
retrowaveopl3_bus=serial
retrowaveopl3_port=COM3
Code: Select all
[2023-04-15 23:51:11] ADLIB: Starting driver in SCI1 mode
- windows-x86-64-stable-c4f24b2f
- windows-x86-64-master-1594bbab
- windows-x86-master-1594bbab
I also tried restarting the RetroWave OPL3 (power off + on).
Any ideas how to debug / fix this? Should I raise an issue on the tracker?
EDIT: ahh, it works for LOOM (EGA), Indiana Jones and the Last Crusade, Legend of Kyrandia 1, and Beneath a Steel Sky. It does not work for QFG1 (EGA), QFG2, or Conquests of Camelot. Seems like it's an SCI issue. I'll raise an issue.
EDIT2: https://bugs.scummvm.org/ticket/14413