NES TGI Update by Stefan Haubenthal.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5352 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2012-01-01 12:14:17 +00:00
parent 081308942c
commit 9c841c19c8
4 changed files with 30 additions and 244 deletions

8
libsrc/nes/tgi_colors.s Normal file
View 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 = $01