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

■4.6 Transfer end status register

The end status register (EDSR) indicates the end status of the previous frame processing. This is a read-only 16-bit register located at address 100010H. Set unused bits 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 in the current frame: current end-bit fetch status(CEF), bit1
Indicates whether the end bit (draw end command) was fetched from the command table in the currently drawing 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 finished.

 CEF
 End bit fetch state
 0
 End bit not fetched in current frame
 1
 Fetch end bit in current frame, end drawing

End-bit fetch status in previous frame: before end-bit fetch status(BEF), bit 0
Indicates whether the end bit (draw 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 finished.

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


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