Community

SCI Programming => Mega Tokyo SCI Archive => Topic started by: SCI programmer Carl on August 15, 2003, 11:27:58 AM

Title: how to use adlib in the place of PC speaker?
Post by: SCI programmer Carl on August 15, 2003, 11:27:58 AM
I have a problem.

I would like to know how to make if I want that my play plays with adlib in the place of PC Speaker.  ???
Title: Re:how to use adlib in the place of PC speaker?
Post by: Eigen on August 17, 2003, 10:16:30 AM
Open up resource.cfg and change  soundDrv  = STD.DRV  to   soundDrv  = ADL.DRV



-Eigen