VOGONS

Common searches


First post, by ocdmonkey

User metadata
Rank Newbie
Rank
Newbie

I've been trying to get this to work for a while now, but I just can't figure out what I'm doing wrong. No matter what I do, when I launch Hero's Quest I just get a black screen with a mouse cursor, where it was working fine before I reconfigured it to expect an MT-32 using the install program. SoftMPU seems to say it's working perfectly fine based on its output on startup. I'm using this with a Sound Blaster 16 (I believe a CT2290).

Thanks in advance for any help!

Here's my autoexec.bat:
@ECHO OFF
:
: DOS Stuff
:

PATH C:\WINDOWS;C:\DOS
SET LMOUSE=C:\DRIVERS\MOUSE
SET TEMP=C:\TEMP
SET TMP=C:\TEMP
SET DIRCMD=/P /A
loadhigh C:\DOS\DOSKEY /INSERT
loadhigh MSCDEX /D:MSCD001 /v

:
: Mouse Drivers
:

C:\DRIVERS\MOUSE\CLOAKING.EXE
C:\DRIVERS\MOUSE\MOUSE.EXE
rem loadhigh c:\dos\mouse.com

:
: Soundblaster
:

SET SOUND=C:\DRIVERS\SB16
SET BLASTER=A220 I5 D1 H5 P330 T6
SET MIDI=SYNTH:1 MAP:E
C:\DRIVERS\SB16\DIAGNOSE /S
C:\DRIVERS\SB16\SB16SET /P /Q

loadhigh c:\drivers\softmpu /SB:220 /IRQ:5 /MPU:330

PROMPT $p$g
And here's my config.sys:
; Main DOS config

DOS=HIGH,UMB
FILES=40

; Memory

DEVICE=C:\DOS\HIMEM.SYS /v /TESTMEM:OFF
DEVICE=C:\DOS\EMM386.EXE

; Soundblaster

DEVICEHIGH=C:\DRIVERS\SB16\DRV\CTSB16.SYS /UNIT=0 /BLASTER=A:220 I:5 D:1 H:5
DEVICEHIGH=C:\DRIVERS\SB16\DRV\CTMMSYS.SYS

; Misc Drivers

DEVICEHIGH /L:1 = C:\DOS\ANSI.SYS
DEVICEHIGH /L:1 = C:\DOS\DISPLAY.SYS CON=(EGA,,2)
DEVICEHIGH = C:\DOS\VIDE-CDD.SYS /D:MSCD001 /P:1F0,14 /P:170,15 /P:1E8,12 /P:168,10
STACKS=9,256

Reply 2 of 2, by ocdmonkey

User metadata
Rank Newbie
Rank
Newbie

Ok, I feel kinda dumb now. I forgot to change which computer it was plugged into. Once I had it plugged into the right one it was on that black screen for what felt like forever, but the midi message light was blinking and after a while it worked just fine. Only thing now is that the volume seems inconsistent? like, the intro music was super quiet but the death music was loud. I'm not sure if that's just how it was programmed or if I'm doing something wrong but just felt I'd mention it.

And, for the record, the CPU is an AMD 486, I forget the exact model.