8 lines
224 B
ArmAsm
8 lines
224 B
ArmAsm
;
|
|
; Target-specific black & white values for use by the target-shared TGI kernel
|
|
;
|
|
|
|
.include "tgi-kernel.inc"
|
|
|
|
.export tgi_color_black:zp = $00
|
|
.export tgi_color_white:zp = $03
|