summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/include/display.hch
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2004-12-16 16:13:49 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2004-12-16 16:13:49 (GMT)
commitdf68fe5975aee9abcc6658c7e7c85de54b37374e (patch)
tree842e0ab5dc3c102b7e2e24d4b97c9d43053aa70b /Graphic_Equalizer/include/display.hch
parent71ffad4b94bb2a1f9da7f9abd4f91452edb4d833 (diff)
downloadTASS-df68fe5975aee9abcc6658c7e7c85de54b37374e.zip
TASS-df68fe5975aee9abcc6658c7e7c85de54b37374e.tar.gz
TASS-df68fe5975aee9abcc6658c7e7c85de54b37374e.tar.bz2
Added ROM array indexes for offset lookup table.
Diffstat (limited to 'Graphic_Equalizer/include/display.hch')
-rw-r--r--Graphic_Equalizer/include/display.hch19
1 files changed, 19 insertions, 0 deletions
diff --git a/Graphic_Equalizer/include/display.hch b/Graphic_Equalizer/include/display.hch
index 078aecf..72c72a3 100644
--- a/Graphic_Equalizer/include/display.hch
+++ b/Graphic_Equalizer/include/display.hch
@@ -24,6 +24,7 @@
/*
* Set the color for various items that will be drawn on screen.
*/
+#define MASK (pixeldata[31:24])
#define PIXEL (pixeldata <- 24)
#define PIXEL_VOLUME (0x2d74b5)
#define PIXEL_EQUALIZER (0xc7541f)
@@ -32,6 +33,24 @@
+#define MASK_AREA_BACKGROUND 0x00
+#define MASK_AREA_ABOUT_TOP 0x01
+#define MASK_AREA_ABOUT_BOTTOM 0x02
+
+
+
+#define OFFSET_ADDRESS_SKIN 0x00
+#define OFFSET_ADDRESS_HELP 0x01
+#define OFFSET_ADDRESS_GRAPHMASK 0x02
+#define OFFSET_ADDRESS_ABOUT_TOP_FONTYS 0x03
+#define OFFSET_ADDRESS_ABOUT_TOP_TASS 0x04
+#define OFFSET_ADDRESS_ABOUT_TOP_TRANSFER 0x05
+#define OFFSET_ADDRESS_ABOUT_TOP_CELOXICA 0x06
+#define OFFSET_ADDRESS_ABOUT_TOP_DETAILS 0x07
+#define OFFSET_ADDRESS_ABOUT_BOTTOM 0x08
+
+
+
/*
* Main display loop. This function never returns! It handles display output.
* It needs to respond to certain events set by the events pointer. Also it