Changes

Jump to: navigation, search

Arnold V Specs Revised

98 bytes added, 11:29, 5 April 2014
/* Split Screen facility */
Three new memory mapped registers have been added within the ASIC, to provided a horizontally split screen facility. One at address 6801h defines the scan line after which the screen split occurs. A value of zero (as at power on reset) will turn this feature off.
 
The screen can be split multiple times in a single frame by reprogramming 6801h, 6802 and 6803h.
The other register pair at 6802h and 6803h define the start address in memory (same number form as R12 and R13 respectively in the 6845, and therefore high byte first) which partly represents the location in memory from which to start displaying data for the lower screen (the full byte address is defined by the soft scroll register, 6845's internal scan counter and the split screen start address). This value is read when the 6845's Horizontal counter matches Horizontal Displayed (R1) on the line programmed. This value is then stored to be used on the next line.
2,541
edits