]> git.sur5r.net Git - cc65/blob - libsrc/apple2/tgi_colors.s
fixed optimization bug where array index is 16-bit, e.g. arr16[i & 0x7f7f]
[cc65] / libsrc / apple2 / tgi_colors.s
1 ;
2 ; Target-specific black & white values for use by the target-shared TGI kernel
3 ;
4
5         .include        "tgi-kernel.inc"
6
7         .export         tgi_color_black:zp = $00
8         .export         tgi_color_white:zp = $03