comparison vdp.h @ 1890:7bb4081e9e52

Hopefully final fix for line advancement/frame end calculation
author Michael Pavone <pavone@retrodev.com>
date Wed, 09 Oct 2019 22:19:04 -0700
parents 4178ce857e87
children 2d462aa78349
comparison
equal deleted inserted replaced
1889:377f110e4cea 1890:7bb4081e9e52
231 uint8_t tmp_buf_a[SCROLL_BUFFER_SIZE]; 231 uint8_t tmp_buf_a[SCROLL_BUFFER_SIZE];
232 uint8_t tmp_buf_b[SCROLL_BUFFER_SIZE]; 232 uint8_t tmp_buf_b[SCROLL_BUFFER_SIZE];
233 uint8_t enabled_debuggers; 233 uint8_t enabled_debuggers;
234 uint8_t debug_fb_indices[VDP_NUM_DEBUG_TYPES]; 234 uint8_t debug_fb_indices[VDP_NUM_DEBUG_TYPES];
235 uint8_t debug_modes[VDP_NUM_DEBUG_TYPES]; 235 uint8_t debug_modes[VDP_NUM_DEBUG_TYPES];
236 uint8_t pushed_frame;
236 uint8_t vdpmem[]; 237 uint8_t vdpmem[];
237 } vdp_context; 238 } vdp_context;
238 239
239 240
240 241