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

ResetTimer

Function number: 133

Resets the 8253 timer chip to its normal speed which is a setting of 1.

Register entry values

AX = EE85

Register exit values

None

Example

MOV     AX,0EE85H       ;Reset 8253 timer chip speed function
INT 10H ;Call GRAFIX

Comments

See the 'FastTimer' function in chapter 2 for more information on the 8253 timer chip.