;*************************************************************************** ;* Copyright (C) 1993 by NCR Corporation This program * ;* contains proprietary and confidential information. All rights reserved * ;* except as may be permitted by prior written consent. * ;*************************************************************************** ; Prototype ADF file ; Not for release ; 3/26/93 AdapterId 05136h AdapterName "NCR Audio Adapter w/o FM Synthesis" NumBytes 4 FixedResources ; AT Compatibility bit pos[0]=XX1XXXXXb NamedItem Prompt "Adapter enable/disable" choice "NCR Audio Adapter ENABLED" pos[0]=XXXXXXX1b choice "NCR Audio Adapter DISABLE" pos[0]=XXXXXXX0b Help "This option will allow you to disable the audio adapter." NamedItem Prompt "Adapter I/O Address range" choice "I/O Ports 530-537" pos[0]=XXX00XXXb io 00530h-00537h choice "I/O Ports 604-60B" pos[0]=XXX11XXXb io 00604h-0060Bh choice "I/O Ports E80-E87" pos[0]=XXX01XXXb io 00E80h-00E87h choice "I/O Ports F40-F47" pos[0]=XXX10XXXb io 00F40h-00F47h Help "You may set the adapter to any of the I/O addresses ranges listed. The first choice is recommended. If your selection conflicts with an I/O address already assigned in your system, it will be marked with an asterisk and you must select an alternate address." NamedItem Prompt "Adapter Interrupt Level" choice "Int Level 9" pos[1]=XXX01XXXb INT 9 choice "Int Level 10" pos[1]=XXX10XXXb INT 10 choice "Int Level 11" pos[1]=XXX11XXXb INT 11 choice "Int Level 7" pos[1]=XXX00XXXb INT 7 Help "Set the adapter Interrupt Level so it will not conflict with other interrupting devices. If Interrupt Levels 7, 9, 10 and 11 are used by other devices, the best choice may be to select Interrupt level 7 for the audio adapter rather than conflict with other adapters. Interrupt Level 7 is connected to the system board Parallel Port, but its interrupt is often not used by software, allowing use of Interrup Level 7 by the Audio Adapter's drivers." NamedItem Prompt "Adapter DMA Level" choice "Play level 0, Record uses play level" pos[0]=XXXXX00Xb pos[1]=XXXXX11Xb arb 0 choice "Play level 1, Record uses play level" pos[0]=XXXXX01Xb pos[1]=XXXXX11Xb arb 1 choice "Play level 3, Record uses play level" pos[0]=XXXXX10Xb pos[1]=XXXXX11Xb arb 3 choice "Play level 0, Record level 1" pos[0]=XXXXX00Xb pos[1]=XXXXX01Xb arb 0 arb 1 choice "Play level 1, Record level 0" pos[0]=XXXXX01Xb pos[1]=XXXXX00Xb arb 0 arb 1 choice "Play level 3, Record level 0" pos[0]=XXXXX10Xb pos[1]=XXXXX00Xb arb 0 arb 3 Help "The adapter supports the direct memory access (DMA) mode of data transfer. You may select any of the DMA levels listed. We recommend you select one of the first three levels listed. If your selection conflicts with a DMA level already assigned in the system, it will be marked with an asterisk and you must select an alternative level."