]> git.sur5r.net Git - cc65/commitdiff
Moved most of the tgi_colors.s files into the libsrc/common/ directory.
authorGreg King <gregdk@users.sf.net>
Tue, 27 Mar 2018 11:13:14 +0000 (07:13 -0400)
committerGreg King <gregdk@users.sf.net>
Tue, 27 Mar 2018 11:28:46 +0000 (07:28 -0400)
Only the Apple2 and Lynx platforms use different codes for the white color; they have their own files.

libsrc/atari/tgi_colors.s [deleted file]
libsrc/atmos/tgi_colors.s [deleted file]
libsrc/c128/tgi_colors.s [deleted file]
libsrc/c64/tgi_colors.s [deleted file]
libsrc/common/tgi_colors.s [new file with mode: 0644]
libsrc/geos-common/system/tgi_colors.s [deleted file]
libsrc/nes/tgi_colors.s [deleted file]
libsrc/telestrat/tgi_colors.s [deleted file]

diff --git a/libsrc/atari/tgi_colors.s b/libsrc/atari/tgi_colors.s
deleted file mode 100644 (file)
index 6ef3729..0000000
+++ /dev/null
@@ -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
diff --git a/libsrc/atmos/tgi_colors.s b/libsrc/atmos/tgi_colors.s
deleted file mode 100644 (file)
index 6ef3729..0000000
+++ /dev/null
@@ -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
diff --git a/libsrc/c128/tgi_colors.s b/libsrc/c128/tgi_colors.s
deleted file mode 100644 (file)
index 6ef3729..0000000
+++ /dev/null
@@ -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
diff --git a/libsrc/c64/tgi_colors.s b/libsrc/c64/tgi_colors.s
deleted file mode 100644 (file)
index 6ef3729..0000000
+++ /dev/null
@@ -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
diff --git a/libsrc/common/tgi_colors.s b/libsrc/common/tgi_colors.s
new file mode 100644 (file)
index 0000000..6ef3729
--- /dev/null
@@ -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
diff --git a/libsrc/geos-common/system/tgi_colors.s b/libsrc/geos-common/system/tgi_colors.s
deleted file mode 100644 (file)
index 0d40429..0000000
+++ /dev/null
@@ -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
diff --git a/libsrc/nes/tgi_colors.s b/libsrc/nes/tgi_colors.s
deleted file mode 100644 (file)
index 6ef3729..0000000
+++ /dev/null
@@ -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
diff --git a/libsrc/telestrat/tgi_colors.s b/libsrc/telestrat/tgi_colors.s
deleted file mode 100644 (file)
index 6ef3729..0000000
+++ /dev/null
@@ -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