Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 9:395230c28023
Added CF36: Divemask color
author | heinrichsweikamp |
---|---|
date | Tue, 09 Mar 2010 13:06:26 +0100 |
parents | d8b426d71282 |
children | 588a969a0cae |
comparison
equal
deleted
inserted
replaced
8:d8b426d71282 | 9:395230c28023 |
---|---|
44 | 44 |
45 #DEFINE wp_fontwidth .14 | 45 #DEFINE wp_fontwidth .14 |
46 #DEFINE wp_fontheight .24 | 46 #DEFINE wp_fontheight .24 |
47 | 47 |
48 ; Color Definitions: 8Bit RGB b'RRRGGGBB' | 48 ; Color Definitions: 8Bit RGB b'RRRGGGBB' |
49 #DEFINE color_red b'11100000' | 49 ;#DEFINE color_red b'11100000' |
50 #DEFINE color_blue b'00000011' | 50 #DEFINE color_blue b'00000011' |
51 #DEFINE color_green b'00011100' | 51 #DEFINE color_green b'00011100' |
52 ;#DEFINE color_white b'11111111' | 52 ;#DEFINE color_white b'11111111' |
53 #DEFINE color_black b'00000000' | 53 #DEFINE color_black b'00000000' |
54 #DEFINE color_deepblue b'00000001' | 54 #DEFINE color_deepblue b'00000001' |