summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2013-04-22 19:39:38 -0700
committerMike Pavone <pavone@retrodev.com>2013-04-22 19:39:38 -0700
commit36806a6d81dac87836542b3793be491d05b6c85c (patch)
treeb61395b2c3adede84e520f402584714aa99cb60d /vdp.h
parent343579c0fa45a83b23f8d4cda54b309283046ef1 (diff)
Implemented shadow hilight mode.
Diffstat (limited to 'vdp.h')
-rw-r--r--vdp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vdp.h b/vdp.h
index fe5e559..650c372 100644
--- a/vdp.h
+++ b/vdp.h
@@ -18,6 +18,8 @@
#define MAX_SPRITES_FRAME 80
#define MAX_SPRITES_FRAME_H32 64
+#define FBUF_SHADOW 0x0001
+#define FBUF_HILIGHT 0x0010
#define FBUF_BIT_PRIORITY 0x1000
#define FBUF_SRC_MASK 0xE000
#define FBUF_SRC_A 0x0000