tgi_clear, tgi_init, tgi_done, tgi_getmaxx, tgi_getmaxy are working

This commit is contained in:
jede
2017-10-16 18:08:48 +02:00
parent 7b74264720
commit 18c94e123f
5 changed files with 665 additions and 0 deletions

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