comparison vdp.h @ 1643:6909c5d0bbb5

Removed old VDP debug functionality
author Michael Pavone <pavone@retrodev.com>
date Mon, 19 Nov 2018 19:26:57 -0800
parents bc9bb4e5856f
children b500e971da75
comparison
equal deleted inserted replaced
1642:c6b2c0f8cc61 1643:6909c5d0bbb5
215 uint8_t hint_counter; 215 uint8_t hint_counter;
216 uint8_t flags2; 216 uint8_t flags2;
217 uint8_t double_res; 217 uint8_t double_res;
218 uint8_t buf_a_off; 218 uint8_t buf_a_off;
219 uint8_t buf_b_off; 219 uint8_t buf_b_off;
220 uint8_t debug;
221 uint8_t debug_pal;
222 uint8_t pending_byte; 220 uint8_t pending_byte;
223 uint8_t state; 221 uint8_t state;
224 uint8_t cur_buffer; 222 uint8_t cur_buffer;
225 uint8_t tmp_buf_a[SCROLL_BUFFER_SIZE]; 223 uint8_t tmp_buf_a[SCROLL_BUFFER_SIZE];
226 uint8_t tmp_buf_b[SCROLL_BUFFER_SIZE]; 224 uint8_t tmp_buf_b[SCROLL_BUFFER_SIZE];