diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-04-18 19:27:10 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-04-18 19:27:10 -0700 |
commit | d86e917570832d68c69b5991f987f6101f3709b7 (patch) | |
tree | 78078514066174bf5e302f2a4fb2a67a94da6ca8 /vdp.h | |
parent | fcf214234273a837e7d446a0c6d22aa2a5bb4784 (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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |