KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
Video Cable types

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

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

#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.