; ************************************************************************* ; * TTS/xx Adapter Descriptor File * ; ************************************************************************* ; * * ; * 66666 22222 AAA 66666 AAA DDDDD FFFFFF * ; * 66 66 22 22 AA AA 66 66 AA AA DD DD FF * ; * 66 22 AA AA 66 AA AA DD DD FF * ; * 666666 22222 AA AA 666666 AA AA DD DD FFFFF * ; * 66 66 22 AAAAAAA 66 66 AAAAAAA DD DD FF * ; * 66 66 22 AA AA 66 66 .. AA AA DD DD FF * ; * 66666 2222222 AA AA 66666 .. AA AA DDDDD FF * ; * * ; ************************************************************************* ;-------------------------------------------------------------; ; ; ; The default settings or the settings chosen by user (set by ; ; running the Set Configuration program on the IBM Reference ; ; diskette) are valid prior to downloading the TTS/xMC. Once ; ; download occurs, the initial IRQ value found on the first ; ; board is used for all TTS/xMC boards. ; ; ; ;-------------------------------------------------------------; AdapterId 62A6h AdapterName "Dialogic TTS/80-MC, TTS/40-MC" NumBytes 4 NamedItem prompt "Initial Board State" choice "RESET" pos[0]=XXXX11XXb help "This cannot be changed within the configuration setup" NamedItem ; ; After download has completed, the driver will leave the TTS/xx memory ; in its 'enabled' state. ; prompt "Enable/Disable Memory" choice "DISABLE" pos[0]=XXXXXX0Xb choice "ENABLE" pos[0]=XXXXXX1Xb help "This determines if the memory on the TTS/xx-MC is enabled prior to download occuring." NamedItem ; ; All VR/8x boards need to share the same interrupt level ; prompt "Interrupt Level Setting" ; choice "IRQ 3" pos[0]=X110XXXXb int 3 ; choice "IRQ 4" pos[0]=X111XXXXb int 4 ; choice "IRQ 9" pos[0]=X000XXXXb int 9 choice "IRQ 10" pos[0]=X001XXXXb int 10 ; choice "IRQ 11" pos[0]=X010XXXXb int 11 ; choice "IRQ 12" pos[0]=X011XXXXb int 12 ; choice "IRQ 5" pos[0]=X100XXXXb int 5 ; choice "IRQ 7" pos[0]=X101XXXXb int 7 help "This determines the interrupt level of the TTS/xx-MC." NamedItem prompt "Memory Address Range" choice "D0000 - D1FFF" pos[1]=000XXXXXb pos[2]=00001101b mem 0D0000h-0D2FFFh choice "D2000 - D3FFF" pos[1]=001XXXXXb pos[2]=00001101b mem 0D0000h-0D3FFFh choice "D4000 - D5FFF" pos[1]=010XXXXXb pos[2]=00001101b mem 0D4000h-0D5FFFh choice "D6000 - D7FFF" pos[1]=011XXXXXb pos[2]=00001101b mem 0D6000h-0D7FFFh choice "D8000 - D9FFF" pos[1]=100XXXXXb pos[2]=00001101b mem 0D8000h-0D9FFFh choice "DA000 - DBFFF" pos[1]=101XXXXXb pos[2]=00001101b mem 0DA000h-0DBFFFh choice "DC000 - DDFFF" pos[1]=110XXXXXb pos[2]=00001101b mem 0DC000h-0DDFFFh choice "DE000 - DFFFF" pos[1]=111XXXXXb pos[2]=00001101b mem 0DE000h-0DFFFFh choice "A0000 - A1FFF" pos[1]=000XXXXXb pos[2]=00001010b mem 0A0000h-0A2FFFh choice "A2000 - A3FFF" pos[1]=001XXXXXb pos[2]=00001010b mem 0A0000h-0A3FFFh choice "A4000 - A5FFF" pos[1]=010XXXXXb pos[2]=00001010b mem 0A4000h-0A5FFFh choice "A6000 - A7FFF" pos[1]=011XXXXXb pos[2]=00001010b mem 0A6000h-0A7FFFh choice "A8000 - A9FFF" pos[1]=100XXXXXb pos[2]=00001010b mem 0A8000h-0A9FFFh choice "AA000 - ABFFF" pos[1]=101XXXXXb pos[2]=00001010b mem 0AA000h-0ABFFFh choice "AC000 - ADFFF" pos[1]=110XXXXXb pos[2]=00001010b mem 0AC000h-0ADFFFh choice "AE000 - AFFFF" pos[1]=111XXXXXb pos[2]=00001010b mem 0AE000h-0AFFFFh help "This determines the shared memory addresses of the TTS/xx-MC. These values are within the Axxxx/Dxxxx segments of memory. NOTE: This memory is disabled prior to download unless the ENABLE choice of NamedItem: 'Enable/Disable Memory' is selected." NamedItem prompt "RESERVED" choice "ENABLE" pos[3]=XXXXXXX1b help "This cannot be changed within the configuration setup"