-
Notifications
You must be signed in to change notification settings - Fork 0
SCREEN
Andrew Owen edited this page May 25, 2023
·
1 revision
SCREEN [mode] [, [colorburst] [, [apage] [, [vpage] [, erase]]]]
Change the video mode, composite colorburst, active page and visible page.
mode
is a numeric expression that sets the screen mode.
Mode | Notes |
---|---|
0 |
Text: 80x24 characters. Two attributes picked from 16 colors. |
1 |
Bitmap: 240x192 pixels. 40x24 characters. 8x1 attributes from 16 colors. |
The driver for SCREEN 1
is stored in RAM and can be replaced with a driver for
any screen mode supported by the hardware.
- No parameters are specified: Missing operand.
- Any parameter has a string value: Type mismatch.
- Any parameter is not in
[-32768 to 32767]
: Overflow. -
mode
is not an available video mode number for your video card setting: Illegal function call.
- Press
RETURN
to return to this menu. - Enter the name of a
TOPIC
to display it. - Enter
EXIT
to return to BASIC.
Choose from the following topics: