
;
;  Okiok Data Ltd   CP Intelligent serial communication module adapter file
;  Edit History:   6/26/89    first version(1.0)     By Claude Vigeant
;
AdapterId       6FB6h
AdapterName     "Canmax DLC 01 Serial Comms Adapter"
NumBytes        4

;Set synchronous extended cycle

FixedResources pos[3]=XX1XXXXXb

NamedItem
Prompt  "BIOS EPROM installed ?"
Choice   "No  "   pos[0]=XXXX0XXXb
Choice   "Yes "   pos[0]=XXXX1XXXb

Help
"This enables the BIOS Eprom.  Unless a BIOS EPROM has been installed,
 select < No >."

NamedItem
Prompt  "Memory Segment"
Choice   "Eprom Base CC000h "   pos[1]=XXXXX110b    mem 0CC000h-0CFFFFh
Choice   "Eprom Base C0000h "   pos[1]=XXXXX000b    mem 0C0000h-0C3FFFh
Choice   "Eprom Base C4000h "   pos[1]=XXXXX100b    mem 0C4000h-0C7FFFh
Choice   "Eprom Base C8000h "   pos[1]=XXXXX010b    mem 0C8000h-0CBFFFh
Choice   "Eprom Base D0000h "   pos[1]=XXXXX001b    mem 0D0000h-0D3FFFh
Choice   "Eprom Base D4000h "   pos[1]=XXXXX101b    mem 0D4000h-0D7FFFh
Choice   "Eprom Base D8000h "   pos[1]=XXXXX011b    mem 0D8000h-0DBFFFh
Choice   "Eprom Base DC000h "   pos[1]=XXXXX111b    mem 0DC000h-0DFFFFh
Help
"This selects the Eprom Base address space.  Under normal circumstances,
 select < Eprom Base CC000 >."


NamedItem
Prompt  "Interrupt"
Choice   "IRQ 2"      pos[0]=XXXXX00Xb    int  2
Choice   "IRQ 3"      pos[0]=XXXXX01Xb    int  3
Choice   "IRQ 6"      pos[0]=XXXXX10Xb    int  6
Choice   "IRQ 7"      pos[0]=XXXXX11Xb    int  7
Help
"This selects the interrupt level this adapter will use.  Under normal
 circumstances, select <IRQ 2>."

