; Adapter Description File for Artist XJS MC ; ; Artist Graphics ; March 28, 1991 ; Version 1.1 AdapterId 080C3H AdapterName "Artist Graphics - Artist XJS MC " NumBytes 2 NamedItem Prompt "I/O Address Range" choice "Range 03EXh" pos[1]=00111110b io 03E0h-03EFh choice "Range 02CXh" pos[1]=00101100b io 02C0h-02Cfh choice "Range 02DXh" pos[1]=00101101b io 02D0h-02DFh choice "Range 02EXh" pos[1]=00101110b io 02E0h-02EFh choice "Range 06EXh" pos[1]=01101110b io 06E0h-06EFh choice "Range 07EXh" pos[1]=01111110b io 07E0h-07EFh Help "This assignment need only be changed if it is in conflict with another installed adapter. Conflicting assignments are marked with an asterisk and must be changed for proper adapter operation. Use the F5=Previous and the F6=Next keys to change the adapter's I/O Address Range." NamedItem Prompt "Memory Address Range" choice "Segment CC00" pos[1]=XXXXXXXXb mem 0CC000h-0CFFFFh choice "Segment C000" pos[1]=XXXXXXXXb mem 0C0000h-0C3FFFh choice "Segment C400" pos[1]=XXXXXXXXb mem 0C4000h-0C7FFFh choice "Segment C800" pos[1]=XXXXXXXXb mem 0C8000h-0C8FFFh choice "Segment D000" pos[1]=XXXXXXXXb mem 0D0000h-0D3FFFh choice "Segment D400" pos[1]=XXXXXXXXb mem 0D4000h-0D4FFFh choice "Segment D800" pos[1]=XXXXXXXXb mem 0D8000h-0D8FFFh choice "Segment DC00" pos[1]=XXXXXXXXb mem 0DC000h-0DFFFFh Help "The base address should only be changed if there is a conflict with another installed adapter. A default address of 0xCC00 is recommended. This 16Kbyte block in PC memory maps to two 8Kbyte windows in the 34020 memory space. These 8 Kbyte windows can each be mapped to start at any 8 Kbyte boundary in the 34020 memory space. This ADF file allows the user to select the memory segment that will be used for the XJS MC. The selection of the proper segment allows the computer to check for any possible memory conflicts. It should be noted that the programmer must also declare the proper memory segment by programming the memory mapping I/O registers on the XJS MC. Use the F5=Previous and the F6=Next keys to change the adapters memory address range. " NamedItem Prompt "Interrupt Request Option" choice "No Interrupts " pos[0]=XXXXXXXXb choice "Interrupt -IRQ10" pos[0]=0XXXXXXXb int 10 choice "Interrupt -IRQ11" pos[0]=1XXXXXXXb int 11 Help "This graphics controller can be configured to send either hardware interrupt IRQ10 OR IRQ11 from the 34020 Graphics Processor to the microchannel bus. Theses interrupts can be either disabled or sent to one of the three interupt request lines. The default setting is for interupts disabled. Use the F5=previous and the F6=Next keys to change the adapters interupt selection."