diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-05-21 00:55:46 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-05-21 00:55:46 -0700 |
commit | da1788598fe5f71295b6086ed8ef54fa39bbbd22 (patch) | |
tree | 22c8c44aba2efcb13656488d989b0ccabfbbd4e8 /vdp.h | |
parent | c16bdc99580a5867127efb1fad51c79f7c0804a7 (diff) |
Restore the other 2 debug display modes
Diffstat (limited to 'vdp.h')
-rw-r--r-- | vdp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |