Bypass navigation menu
RGB Classic Games
Keeping the classics alive
Currently hosting 566 great games!
Return to Chapter 2

GetTandy11(Status)

Returns the the status of the TANDY11 driver for using the 640x200x16 color graphics mode on the Tandy 1000 SL/TL computers.

Parameters

Status - Variable to hold status of Tandy11 driver
  0 = TANDY11 driver is not installed
  1 = TANDY11 driver is installed

Examples

BASIC

CALL GetTandy11(Tandy11%)

PASCAL

GetTandy11(Tandy11);