Moved most of the tgi_colors.s files into the libsrc/common/ directory.
Only the Apple2 and Lynx platforms use different codes for the white color; they have their own files.
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
;
|
|
||||||
; 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
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
;
|
|
||||||
; 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
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
;
|
|
||||||
; 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
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
;
|
|
||||||
; Target-specific black & white values, for use by the target-shared TGI kernel
|
|
||||||
;
|
|
||||||
|
|
||||||
.include "tgi-kernel.inc"
|
|
||||||
|
|
||||||
tgi_color_black = $00
|
|
||||||
tgi_color_white = $01
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
;
|
|
||||||
; 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
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
;
|
|
||||||
; 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
|
|
||||||
Reference in New Issue
Block a user