Files
cc65/libsrc/apple2/tgi_colors.s
2025-06-17 21:40:04 +02:00

10 lines
275 B
ArmAsm

;
; Target-specific black & white values for use by the target-shared TGI kernel
;
; NOTE: These are indices into the default palette
.include "tgi-kernel.inc"
.export tgi_color_black:zp = $00
.export tgi_color_white:zp = $03