2011-04-25 17:11:23 +00:00
|
|
|
;
|
|
|
|
; Target-specific black & white values for use by the target-shared TGI kernel
|
|
|
|
;
|
|
|
|
|
2013-05-09 13:56:54 +02:00
|
|
|
.include "tgi-kernel.inc"
|
2011-04-25 17:11:23 +00:00
|
|
|
|
2022-02-25 16:00:03 +02:00
|
|
|
.export tgi_color_black:zp = $01
|
2013-05-09 13:56:54 +02:00
|
|
|
.export tgi_color_white:zp = $0F
|