VOGONS


First post, by dely

User metadata
Rank Newbie
Rank
Newbie

I have acquired an MT-32 and cannot get sound from it using the Sound Blaster CT3670 ISA.

The MT32 seems to be working as it plays the built-in demo tracks. It also works with the Atari ST (with both Cubase Lite and games) without any problems, however when connected to a PC it does not produce any sound.

I'm using a Gameport - MIDI cable, the interesting thing is that when connecting the mt32pi emulator with the same cable everything is fine (e.g. in Monkey Island), while the real MT32 doesn't produce sounds. I have tried removing and inserting the MBFEN jumper - no effect.

SOFTMPU correctly detects the MPU port and the DSP. I have no other problems in games using Sound Blaster audio.

My autoexec.bat file:

SET SOUND=C:\DRIVERS\SB16
SET BLASTER=A220 I5 D1 H5 P330 E620 T6
SET MIDI=SYNTH:2 MAP:E MODE:2
SET CTCM=C:\DRIVERS\CTCM
C:\DRIVERS\SB16\DIAGNOSE /S
C:\DRIVERS\SB16\AWEUTIL /S
C:\DRIVERS\SB16\MIXERSET /P /Q
C:\DRIVERS\CTCM\CTCU /S
C:\DRIVERS\SOFTMPU.EXE /SB:220 /IRQ:5 /MPU:330
@ECHO OFF
PROMPT $p$g
PATH C:\DOS;C:\NC
SET TEMP=C:\DOS
GoTo %config%
:EMC
:XMC
:CMC
LH C:\DOS\MSCDEX.EXE /D:OPTICAL
:EM
:XM
:CM
LH C:\DRIVERS\CTMOUSE.EXE /R2
:E
:X
:C

My config.sys file:

[COMMON]
DEVICE=C:\DRIVERS\CTCM\CTCM.EXE
DOS=HIGH,UMB
FILES=40
BUFFERS=40
LASTDRIVE=H

[menu]
menuitem=EMC, Expanded memory + Mouse + CD-ROM
menuitem=XMC, Extended memory + Mouse + CD-ROM
menuitem=CMC, Conventional Memory only + Mouse + CD-ROM
menuitem=EM, Expanded memory + Mouse
menuitem=XM, Extended memory + Mouse
menuitem=CM, Conventional memory only + Mouse
menuitem=E, Expanded memory
menuitem=X, Extended memory
menuitem=C, Conventional memory only


menudefault=EM,10

[EMC]
DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF
DEVICE=C:\DOS\EMM386.EXE RAM
DEVICEHIGH=C:\DRIVERS\VIDECDD.SYS /D:OPTICAL

[XMC]
DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF
DEVICEHIGH=C:\DRIVERS\VIDECDD.SYS /D:OPTICAL

[CMC]
DEVICEHIGH=C:\DRIVERS\VIDECDD.SYS /D:OPTICAL

[EM]
DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF
DEVICE=C:\DOS\EMM386.EXE RAM

[XM]
DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF

[CM]

[E]
DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF
DEVICE=C:\DOS\EMM386.EXE RAM

[X]
DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF

[C]

Computer is 486SX, MS DOS 6.2 system.

I would appreciate any help.