SecondBASIC Documentation v3

Home / Command Reference / VidMode

VidMode

Description: Changes the video mode of the VDP.

Syntax:

VidMode <ScreenMode> [, <InterlaceMode>]

Part Description
<ScreenMode> Required. Sets the screen mode to 40 cell or 32 cell mode. Valid values are Vid32Cell or Vid40Cell.
<InterlaceMode> Optional. Sets the interlace mode. Valid values are Interlace and DoubleInterlace.

Example:

    Print "Changing Video Modes"
    Sleep 50
    VidMode Vid32Cell