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

ColorEnable

Function number: 01

Turns the color enable signal on or off.

Register entry values

AX = EE01
BX = Action
  0 = Turn color enable signal off
  1 = Turn color enable signal on

Register exit values

None

Example

MOV     AX,0EE01H       ;Color enable signal function
MOV BX,0 ;Turn color enable signal off
INT 10H ;Call GRAFIX

Comments

This function is mainly provided for people with monochrome composite monitors. The color graphics are much easier to see when the color enable signal is turned off.