Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

To disable blinking:

  1. read from 0x3DA to reset the register index latch
  2. write 0x30 to 0x3C0 to set the register index
  3. read from 0x3C1
  4. AND the read byte from step 3 with 0xF7 to clear the blink bit flag
  5. write new value to 0x3C0 to set the new value