KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Reset Values

Values used to reset parts of the PVR. More...

Macros

#define PVR_RESET_ALL   0xffffffff
 Reset the whole PVR.
 
#define PVR_RESET_NONE   0x00000000
 Cancel reset state.
 
#define PVR_RESET_TA   0x00000001
 Reset only the TA.
 
#define PVR_RESET_ISPTSP   0x00000002
 Reset only the ISP/TSP.
 

Detailed Description

Values used to reset parts of the PVR.

These values are written to the PVR_RESET register in order to reset the system or to take it out of reset.

Macro Definition Documentation

◆ PVR_RESET_ALL

#define PVR_RESET_ALL   0xffffffff

Reset the whole PVR.

◆ PVR_RESET_ISPTSP

#define PVR_RESET_ISPTSP   0x00000002

Reset only the ISP/TSP.

◆ PVR_RESET_NONE

#define PVR_RESET_NONE   0x00000000

Cancel reset state.

◆ PVR_RESET_TA

#define PVR_RESET_TA   0x00000001

Reset only the TA.