GetVideoMode

Obtains the currently active video signal mode

long GetVideoMode (
        void
)

Arguments

None.

Return Value

The currently active video signal mode is returned and can assume one of the following values:
 
MODE_NTSC NTSC video signal mode
MODE_PAL PAL video signal mode

Explanation

The currently active video signal mode is returned.

Notes

The default mode before SetVideoMode() is called is MODE_NTSC regardless of machine type.

See Also

SetVideoMode()