mirror of
https://github.com/cc65/cc65.git
synced 2024-11-04 17:04:58 +00:00
b844572159
Only the Apple2 and Lynx platforms use different codes for the white color; they have their own files.
9 lines
224 B
ArmAsm
9 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 = $01
|