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

GetTimer(TimerValue)

Returns the current speed of the 8253 timer chip. See the FastTimer function for more information on the 8253 timer chip.

Parameters

TimerValue - Variable to store the speed of the 8253 timer chip.

Examples

BASIC

CALL GetTimer(TimerValue%)

PASCAL

GetTimer(TimerValue);