summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2018-11-19 19:26:57 -0800
committerMichael Pavone <pavone@retrodev.com>2018-11-19 19:26:57 -0800
commit4525890432924cfee316c5235653d1dc6b22d106 (patch)
tree1be9fee62d187dd68a27810ff2adb52159a109c5 /vdp.h
parent9316f533ab20aa79cf0a5863452efdadfad91f6f (diff)
Removed old VDP debug functionality
Diffstat (limited to 'vdp.h')
-rw-r--r--vdp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vdp.h b/vdp.h
index 8da30a8..fec1c35 100644
--- a/vdp.h
+++ b/vdp.h
@@ -217,8 +217,6 @@ typedef struct {
uint8_t double_res;
uint8_t buf_a_off;
uint8_t buf_b_off;
- uint8_t debug;
- uint8_t debug_pal;
uint8_t pending_byte;
uint8_t state;
uint8_t cur_buffer;