VOGONS


First post, by plutonick

User metadata
Rank Newbie
Rank
Newbie

I am trying to play Companions of Xanth using mt32 sound. So far I have failed miserably.

I am rather new to dosbox, but after significant research, I managed to find
Gulikoza's build and the relevant mt32 roms which I copied to the folder of the game i mount. I am using the following parameters, taking care to use the mt32 option for MIDI
[note that i tried both mpu401=uart and intelligent]

# Config file for profile "Companions of Xanth"


[cpu]
core=auto
cycles=10000
cycleup=500
cycledown=20

[mixer]
nosound=false
rate=22050
blocksize=2048
prebuffer=10

[midi]
[b]mpu401=uart
device=mt32[/b]
config=

[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050

[gus]
gus=true
gusrate=22050
gusbase=240
irq1=5
irq2=5
dma1=1
dma2=1
ultradir=C:\ULTRASND

[speaker]
pcspeaker=true
pcrate=22050
tandy=auto
tandyrate=22050
disney=true

[dos]
xms=true
ems=true
umb=true
keyboardlayout=US

I omitted pasting the rest of the parameters.

The result is that I get no music, just the voices. Also the game's .ini file [legend.ini] is the following

MOUSE=MOUSE
MUSIC=MT32 2 330
SOUND=BLASTER 7 220
GAMEDATA=c:\XANTH\
SAVEDATA=C:\XANTH\

I suspect I will have the same mt-32 issues with any game of Legend's [eric the unready, gateway 1 and gateway 2], therefore helping me here, will help me in the other games as well.

Reply 1 of 4, by ripa

User metadata
Rank Oldbie
Rank
Oldbie

If you're on Windows, you can use the mt-32 emulation with the official Dosbox. You install the MT-32 emulator driver, then select it in Windows' control panel for the MIDI output, then in Dosbox you just configure your game to use MT-32 MIDI (provided that the game supports MT-32). Basically no need to touch the dosbox config file.

edit: Looks like you're on Vista. I don't know anything about Vista.

Reply 3 of 4, by Srecko

User metadata
Rank Member
Rank
Member

You must use mpu401=intelligent for this game in dosbox.conf.

Also try to play with other MIDI synthesizer on windows to see if that's the problem (look at "sound" control panel and check which midi device is default).

Also you can try to start the game exe with mt32 as parameter (like "cxanth mt32").