-
LONGNAME
Long name support.
If specified, /L directs the driver to include the base I/O address and the IRQ in the instance name for RTMIDI Type A registration.
-
QUIETINIT
Ignore Initialization Errors
Tells the driver to ignore errors when an OS/2 MMPM/2 application wants to play a MIDI file. This option may be necessary for some audio adapters.
-
NORMIO
Do not check/register I/O addresses with RM
Tells the driver not to check or claim I/O address with the Resource Manager.
-
SHAREDIO
Check/register I/O addresses as shared
Tells that driver to use the Shared attribute when checking and claiming I/O addresses with the Resource Manager.
-
MULTIIO
Check/register I/O addresses as multiplexed
Tells that driver to use the multiplexed attribute when checking and claiming I/O addresses with the Resource Manager. Frequently used when the MPU-401 driver shares the same hardware with another driver, such as SB16D2.SYS.
-
NORMIRQ
Do not check/register IRQ's with RM
Tells the driver not to check or claim IRQ's with the Resource Manager.
-
SHAREDIRQ
Check/register IRQ's as shared
Tells that driver to use the Shared attribute when checking and claiming IRQ's with the Resource Manager.
-
MULTIIRQ
Check/register IRQ's as multiplexed
Tells that driver to use the multiplexed attribute when checking and claiming IRQ's with the Resource Manager.
-
NOCHECKIO
Do not verify I/O addresses
Tells the driver not to verify whether an MPU-401 device exists at the I/O addresses specified by the /P switches. Use this option when the sound card is initialized after the driver is loaded, e.g. by a DOS application. When this option is specified, the NOCHECKIRQ option is implied. If you want the MPU-401 driver to also ignore the hardware when an application requests it, specify the /O:QUIETINIT option.
-
NOCHECKIRQ
Do not verify IRQ's
Same as the NOCHECKIO option, except it applies to the IRQ level.
-
NOTIMER0
Do not use TIMER0 even it is available.
-
10BITS
Use 10-bit addresses width with RM
Always register each I/O address as having only 10 significant bits. If this option is selected, no I/O address can be greater than 0x3FF.
-
16BITS
Use 16-bit addresses width with RM
Always register each I/O address as having the full 16 significant bits.
-
ONLYONE
Locate only one MPU-401 device
Ignored unless I/O port autodetection is used. When specified, the autodetection routine stops after finding the 1st MPU-401 device.