12-01-2005 11:03 PM | ||
Mekaman |
Certain games used GUS with the creation of the MIDI sets for them. They work with soundblaster. But for the why to hear how the sound was susposted to be played back was with GUS. |
|
11-01-2005 02:11 PM | ||
Rogue |
Yes, can't remember which game, but I am sure that couple of games on Abandonia had option for GUS. Also if you are using DFend, you have GUS option for sound cards. |
|
11-01-2005 09:28 AM | ||
Eagle of Fire |
Quote:
|
|
11-01-2005 12:15 AM | ||
Mekaman | Updated URL to a NON-FTP one now. | |
10-01-2005 05:49 PM | ||
Rogue | Add it to your C drive in DOS box and set it up in your configuration. (DOSBox supports it) | |
10-01-2005 05:14 PM | ||
Mekaman | It allows you to use the sound system which alot of dos games' music was created to use. | |
10-01-2005 10:25 AM | ||
Eagle of Fire |
Well even so, would you care explaining what it does first? I'm certainly not going to download something I don't want... |
|
10-01-2005 07:52 AM | ||
Mekaman |
You need to use an FTP proggy like. SmartFTP or CuteFTP. |
|
10-01-2005 05:59 AM | ||
Eagle of Fire | All what this does is to crash my IE everytime I click on the link. | |
10-01-2005 04:45 AM | ||
Mekaman |
http://www.gravis.com/support/sup_1059.htm...drivers_gus_max Here is a direct link to all the files and patches for it. :w00t: From Dosbox.conf Code:
[gus] # gus -- Enable the Gravis Ultrasound emulation. # base,irq1,irq2,dma1,dma2 -- The IO/IRQ/DMA addresses of the # * * * * * *Gravis Ultrasound. (Same IRQ's and DMA's are OK.) # rate -- Sample rate of Ultrasound emulation. # ultradir -- Path to Ultrasound directory. *In this directory # * * * * * * there should be a MIDI directory that contains # * * * * * * the patch files for GUS playback. *Patch sets used # * * * * * * with Timidity should work fine. gus=true rate=22050 base=240 irq1=5 irq2=5 dma1=3 dma2=3 ultradir=C:\ULTRASND |