Table of Contents

VMODE

[c64] [c16] [cplus4] [c128] [x16] [m65]

Selects the video display mode.

Syntax

[c64] [c16] [cplus4] [c128] [m65]

VMODE [TEXT|BITMAP|EXT] [HIRES|MULTI] [ROWS <rows>] [COLS <cols>]

Examples

' Selects default text mode
VMODE HIRES TEXT
' Selects multi color bitmap mode
VMODE MULTI BITMAP
' Selects extended background color mode with the
' left and right character columns covered
VMODE EXT COLS 38

[x16]

VMODE <screen_mode>

Where <screen_mode> is a valid screen mode accepted by the X16 BASIC command SCREEN. Refer to List of SCREEN modes.

See also