summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-05-21 00:55:46 -0700
committerMichael Pavone <pavone@retrodev.com>2015-05-21 00:55:46 -0700
commitda1788598fe5f71295b6086ed8ef54fa39bbbd22 (patch)
tree22c8c44aba2efcb13656488d989b0ccabfbbd4e8 /vdp.h
parentc16bdc99580a5867127efb1fad51c79f7c0804a7 (diff)
Restore the other 2 debug display modes
Diffstat (limited to 'vdp.h')
-rw-r--r--vdp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vdp.h b/vdp.h
index a05501c..5627057 100644
--- a/vdp.h
+++ b/vdp.h
@@ -170,6 +170,7 @@ typedef struct {
uint8_t buf_a_off;
uint8_t buf_b_off;
uint8_t debug;
+ uint8_t debug_pal;
uint8_t *tmp_buf_a;
uint8_t *tmp_buf_b;
} vdp_context;