KallistiOS git master
Independent SDK for the Sega Dreamcast
|
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. | |
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.
#define PVR_RESET_ALL 0xffffffff |
Reset the whole PVR.
#define PVR_RESET_ISPTSP 0x00000002 |
Reset only the ISP/TSP.
#define PVR_RESET_NONE 0x00000000 |
Cancel reset state.
#define PVR_RESET_TA 0x00000001 |
Reset only the TA.