Skip to content

Instantly share code, notes, and snippets.

@moesoha
Last active December 10, 2023 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moesoha/4b9e8bb8d6b29abc65b72c9ba4851d9d to your computer and use it in GitHub Desktop.
Save moesoha/4b9e8bb8d6b29abc65b72c9ba4851d9d to your computer and use it in GitHub Desktop.
Enable/Disable hardware blinking provided by text mode on CGA/EGA/VGA cards
@moesoha
Copy link
Author

moesoha commented Dec 10, 2023

Prebuilt EXE can be found here.

  • BLINK 0 disables blinking, can use 16 colors on background in text mode
  • BLINK 1 enables blinking, can use 8 colors on background in text mode

Tested with CGA/EGA/VGA cards on 86Box (emulator) with 8088.

Tested with CGA (HD6845) and VGA (Cirrus Logic GD5429) cards on Book8088 (a laptop with 8088 made in 2023).

Tested with VGA (Chips & Technologies F65555) card on Toshiba Satellite Pro 480 CDT (a laptop with Pentium w/ MMX 233MHz).

There are more details in my blog (Chinese only).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment