Target-specific black & white values for use by the target-shared TGI kernel
git-svn-id: svn://svn.cc65.org/cc65/trunk@4993 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -103,6 +103,7 @@ S_OBJS= _scrsize.o \
|
||||
sysrmdir.o \
|
||||
systime.o \
|
||||
sysuname.o \
|
||||
tgi_colors.o \
|
||||
tgi_mode_table.o\
|
||||
toascii.o \
|
||||
vtabz.o \
|
||||
|
||||
8
libsrc/apple2/tgi_colors.s
Normal file
8
libsrc/apple2/tgi_colors.s
Normal file
@@ -0,0 +1,8 @@
|
||||
;
|
||||
; 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
|
||||
Reference in New Issue
Block a user