News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

ChooseColor causes program to die.

Started by travism, May 17, 2009, 09:14:59 AM

Previous topic - Next topic

dedndave

i got this table from MichaelW
it emulates the old CGA 16 color set, and thus, the first 16 default EGA/VGA values
CustomColors     dd 00000000h,00AA0000h,0000AA00h,00AAAA00h
                 dd 000000AAh,00AA00AAh,000055AAh,00AAAAAAh
                 dd 00555555h,00FF5555h,0055FF55h,00FFFF55h
                 dd 005555FFh,00FF55FFh,0055FFFFh,00FFFFFFh


xandaz

   Thanks dave. That's something i didnt know. Ty and bye