diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-11-19 09:52:07 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-11-19 09:52:07 -0800 |
commit | 654b9b962025cd4bb404eeccfb3ef1fcfd40ece7 (patch) | |
tree | 0cf1240b89b181c4b9472cb52886bac0446e87d1 /vdp.h | |
parent | 909f6628edf5b5446586321c0a4df5045f2955c8 (diff) |
Basic version of layer compositing debug view in a separate window
Diffstat (limited to 'vdp.h')
-rw-r--r-- | vdp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -202,6 +202,7 @@ typedef struct { uint16_t test_port; //stores 2-bit palette + 4-bit palette index + priority for current sprite line uint8_t linebuf[LINEBUF_SIZE]; + uint8_t layer_debug_buf[LINEBUF_SIZE]; uint8_t hslot; //hcounter/2 uint8_t sprite_index; uint8_t sprite_draws; |