It has been moved to SDL3 which has IMO a much easier audio subsystem with build in mixer.
This means thanks to Stephen Usher allowing me to use his sample an MDV sound effect has appeared.
Thanks to Exile for letting me use the code from sQLux IPC sound has appeared.
And an AY-3-8912 emulator has been added so a QSound emulation has appeared.
The format of sqlay3.ini has changed a bit to allow expansion rom loading.
Code: Select all
#sysrom = roms/JS.rom
sysrom = roms/min1.98a1.bin
#exprom = roms/qsound140.rom@0x220000
exprom = roms/qsound140.rom@0xC0000
#qsound = 0x222000
qsound = 0xC2000
drive = win1@WIN1/
#ramsize = 2048
ramsize = 640
mdvvol = 1
ayvol = 3
ipcvol = 3