DQBinitVGA
SUB

Prototype

DECLARE SUB DQBinitVGA()

Parameters

Returns

none

Description

Initializes 320x200 with 256 colors VGA video mode (mode 013h), and resets the mouse if it was found.

Notes:

By using this function instead of SCREEN 13, you can obtain smaller executables once you compile your programs. See also DQBinitText