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

Type of cable connected to the DC. More...

Macros

#define CT_ANY   -1
 Any cable type. Used only internally.
 
#define CT_VGA   0
 VGA Box.
 
#define CT_NONE   1
 Nothing connected.
 
#define CT_RGB   2
 RGB/SCART cable.
 
#define CT_COMPOSITE   3
 Composite cable or RF switch.
 

Detailed Description

Type of cable connected to the DC.

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.

Macro Definition Documentation

◆ CT_ANY

#define CT_ANY   -1

Any cable type. Used only internally.

◆ CT_COMPOSITE

#define CT_COMPOSITE   3

Composite cable or RF switch.

◆ CT_NONE

#define CT_NONE   1

Nothing connected.

◆ CT_RGB

#define CT_RGB   2

RGB/SCART cable.

◆ CT_VGA

#define CT_VGA   0

VGA Box.