]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/system/tgi_colors.s
C64 TGI: LINE: Optimization: Don't check boundaries; LINE always is called by tgi_cli...
[cc65] / libsrc / geos-common / system / 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 tgi_color_black = $00
8 tgi_color_white = $01