#The pound sign allows comments

#The -i is required for the demo
-i

#The -ds### line initializes the Sound Blaster digital channel
#the numbers work as follows: address(2n0) IRQ DMAchannel
#so, -ds251 means: address 220, IRQ 5, DMAchannel 1
-ds271

#The -m? line initializes the music card, ?=g for General MIDI,
#?=a for Adlib, ?=w for WaveBlaster.
-ma

#The -h? line initializes a head mounted display (HMD)
#?=v# for VictorMaxx (CyberMaxx) where # = the com port
#?=f for Forte
#-hv2
#-hf

#The -c line indicates that the Colorado Spectrum joystick interface is to be
#used instead of the normal game port.  Remove the '#' sign to enable this
#feature.  Do not remove the '#' sign unless the you have a Colorado Spectrum
#installed.
#-c

#Each treefile must appear on a line with an = sign
@flgtdemo.tre
=wgdemdat.tre


