Metropoli BBS
VIEWER: @6fec.adf MODE: TEXT (ASCII)
AdapterID 06FECh

AdapterName "DigiCHANNEL MC C/X Adapter Card"
 
NumBytes 1

NamedItem

Prompt "Memory Start Address"

	choice "0D8000"
		pos[1]=00001101b
		pos[0]=1xxxxxx1b
		mem 00d8000h-00dffffh

	choice "0D0000"
		pos[1]=00001101b
		pos[0]=0xxxxxx1b
		mem 00d0000h-00d7fffh

	choice "0C8000"
		pos[1]=00001100b
		pos[0]=1xxxxxx1b
		mem 00c8000h-00cffffh 

	choice "0C0000" 
		pos[1]=00001100b 
		pos[0]=0xxxxxx1b
		mem 00c0000h-00c7fffh

	choice "FC0000"
		pos[1]=11111100b
		pos[0]=0xxxxxx1b
		mem 0fc0000h-0fc7fffh

	choice "FA0000" 
		pos[1]=11111010b
		pos[0]=0xxxxxx1b
		mem 0fa0000h-0fa7fffh

	choice "F80000"
		pos[1]=11111000b
		pos[0]=0xxxxxx1b 
		mem 0f80000h-0f87fffh

Help

"Select one of four possible memory blocks where the DigiCHANNEL MC C/X will
 reside in the hosts memory map."

NamedItem

Prompt "I/O PORT Address"

	choice "108h" 
		pos[0]=x000xxxxb 
		io 0108h-0109h

	choice "118h" 
		pos[0]=x001xxxxb 
		io 0118h-0119h

	choice "128h" 
		pos[0]=x010xxxxb 
		io 0128h-0129h

	choice "208h" 
		pos[0]=x011xxxxb 
		io 0208h-0209h

	choice "228h" 
		pos[0]=x100xxxxb 
		io 0228h-0229h

	choice "308h" 
		pos[0]=x101xxxxb 
		io 0308h-0309h

	choice "328h" 
		pos[0]=x110xxxxb 
		io 0328h-0329h

Help

"Select one of seven possible I/O locations where the DigiCHANNEL MC C/X will
 reside in the host I/O map."

NamedItem

Prompt "Interrupt Vectors"

	choice "Disabled" 
		pos[0]=xxxx000xb 
		int 0

	choice "INT 11" 
		pos[0]=xxxx101xb 
		int 11

	choice "INT 12" 
		pos[0]=xxxx110xb 
		int 12

	choice "INT 3" 
		pos[0]=xxxx001xb 
		int 3

	choice "INT 10" 
		pos[0]=xxxx100xb 
		int 10

	choice "INT 5" 
		pos[0]=xxxx010xb 
		int 5

	choice "INT 7" 
		pos[0]=xxxx011xb 
		int 7

	choice "INT 15" 
		pos[0]=xxxx111xb 
		int 15

Help

"Select one of eight possible Interrupt Request Lines on which the DigiCHANNEL 
MC C/X will interrupt the host." 
[ RETURN TO DIRECTORY ]