summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-04-18 19:27:10 -0700
committerMichael Pavone <pavone@retrodev.com>2017-04-18 19:27:10 -0700
commitd86e917570832d68c69b5991f987f6101f3709b7 (patch)
tree78078514066174bf5e302f2a4fb2a67a94da6ca8 /vdp.h
parentfcf214234273a837e7d446a0c6d22aa2a5bb4784 (diff)
Initial stab at implementing the output disable/layer selection bits of the VDP test register
Diffstat (limited to 'vdp.h')
-rw-r--r--vdp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vdp.h b/vdp.h
index 2804c56..85281bb 100644
--- a/vdp.h
+++ b/vdp.h
@@ -119,6 +119,9 @@ enum {
#define BIT_DOUBLE_RES 0x4
#define BIT_INTERLACE 0x2
+//Test register
+#define TEST_BIT_DISABLE 0x40
+
typedef struct {
uint16_t address;
int16_t x_pos;