KallistiOS
##version##
|
Macros | |
#define | CT_ANY -1 |
Any cable type. Used only internally. More... | |
#define | CT_VGA 0 |
VGA Box. More... | |
#define | CT_NONE 1 |
Nothing connected. More... | |
#define | CT_RGB 2 |
RGB/SCART cable. More... | |
#define | CT_COMPOSITE 3 |
Composite cable or RF switch. More... | |
The vid_check_cable() function will return one of this set of values to let you know what type of cable is connected to the Dreamcast. These are also used in the video mode settings to limit modes to certain cable types.
#define CT_ANY -1 |
Any cable type. Used only internally.
#define CT_COMPOSITE 3 |
Composite cable or RF switch.
#define CT_NONE 1 |
Nothing connected.
#define CT_RGB 2 |
RGB/SCART cable.
#define CT_VGA 0 |
VGA Box.