9100A-017
7-12
end function
! ****************************************************************************
! This is the main program body.
! ****************************************************************************
devname - "/mod1"
! *****Define Word To Match D7 - D0*****
setword device devname, word 1, as_pins "20 19 18 17 16 15 14 13"
! *****Reset PC CGA Card*****
writepin device devname, pin 7, level "1", mode "latch" ! Reset
writepin device devname, pin 7, level "0", mode "latch"
! *****Sync Vector Output With 6 MHz Bus Clock*****
syncoutput device devname, mode "drclk"
! *****Drive upon "vectordrive" command, use rising edge*****
edqeoutput device devname, start "at_vectordrive", stop "+", clock "+"
! *****initialize CGA card*****
vectorload device devname, file "init_color"
vectordrive device devname, startmode "now", vector 1
loop until (drivepoll device devname) = 3 ! Wait for drive complete
end loop
! *****Put up ascii screen (part 1)*****
vectorload device devname, file "alpha_80_1"
vectordrive device devname, startmode "now", vector 1
loop until (drivepoll device devname) = 3
end loop
! *****Put up ascii screen <part 2)*****
vectorload device devname, file "alpha_80_2"
vectordrive device devname, startmode "now", vector 1
loop until (drivepoll device devname) = 3
end loop
vectorload device devname, file "read_vram"
read_loc addr $B8000 ! read character 1
read_loc addr $B8001 ! read attributes
read_loc addr $B8002 ! read character 2
read_loc addr $B8003 ! read attributes
end program
*******************************************************************************
68000 BUS VIDEO APPLICATION
7.11.
The video board of the 9100A is a 68000 bus-controlled UUT. It
uses the Signetics SCN2674 Advanced Video Display Controller
as the CRT Controller. The board has a write-only, character
mode, memory-mapped video RAM to which the character code
and attribute information are written.
Testing The Video Board
7.12.
The test strategy for the video board is similar to that of the CGA
Card. One significant difference is that the video RAM is write-
only, so its performance is tested by using CRCs of the video
output. Because the CRT controller is different than that of the
CGA Card, a different fixture interface and bus cycles are re-
quired.
Summary of Contents for 9100A Series
Page 6: ...vi ...
Page 8: ...viii ...
Page 10: ...x ...
Page 14: ...9100A 017 1 4 ...
Page 24: ...9100A 017 3 6 ...
Page 44: ...9100A 017 5 4 ...
Page 58: ...9100A 017 6 14 ...
Page 83: ...A 1 Appendix A New TL 1 Commands ...
Page 84: ...9100A 017 A 2 ...
Page 87: ...clockfreq 3 For More Information The Overview Of TL 1 section of the Programmer s Manual ...
Page 88: ...clockfreq 4 ...
Page 91: ...drivepoll 3 For More Information The Overview Of TL 1 section of the Programmer s Manual ...
Page 92: ...drivepoll 4 ...
Page 104: ...vectordrive 4 ...
Page 107: ...vectorload 3 For More Information The Overview Of TL 1 section of the Programmer s Manual ...
Page 108: ...vectorload 4 ...
Page 116: ...9100A 017 C 2 ...
Page 117: ...9100A 017 C 3 ...
Page 118: ...9100A 017 C 4 ...