HARDWARE ManualVDP1 User's Manual
BackForward
VDP1 User's Manual / Chapter 4 System Registers

■ 4.6 Transfer end status register

The transfer end status register (EDSR, End status register) indicates the end status of the immediately preceding frame processing. It is a read-only 16-bit register located at address 100010H. Set the unused bit to 0.

 EDSR
100010H
(R)
 bit15
 bit14
 bit13
 bit12
 bit11
 bit10
 bit9
 bit8
 bit7
 bit6
 bit5
 bit4
 bit3
 bit2
 bit1
 bit0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 CEF BEF

End-bit fetch status at the current frame: current end-bit fetch status (CEF), bit1
Indicates whether the end bit (drawing end command) was fetched from the command table in the frame currently being drawn. A value of 0 indicates that the end bit has not been fetched, and a value of 1 indicates that the end bit has been fetched and drawing has been completed.

 CEF
 End bit fetch state
 0
 Unfetched end bits in the current frame
 1
 Fetch end bit at current frame, end drawing

End-bit fetch status in previous frame: before end-bit fetch status (BEF), bit 0
Indicates whether the end bit (drawing end command) was fetched from the command table in the previous frame. A value of 0 indicates that the end bit has not been fetched, and a value of 1 indicates that the end bit has been fetched and drawing has been completed.

 BEF
 End bit fetch state
 0
 Unfetched end bit in previous frame
 1
 Fetch end bit in previous frame, end drawing


BackForward
HARDWARE ManualVDP1 User's Manual
Copyright SEGA ENTERPRISES, LTD., 1997