summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
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;