comparison vdp.h @ 1436:40c3be9f1af7

Fix timing of VDP ODD flag toggle
author Michael Pavone <pavone@retrodev.com>
date Mon, 21 Aug 2017 23:08:36 -0700
parents 2540c05520f2
children 079e5b9d59ce
comparison
equal deleted inserted replaced
1435:178de1432291 1436:40c3be9f1af7
207 uint8_t buf_b_off; 207 uint8_t buf_b_off;
208 uint8_t debug; 208 uint8_t debug;
209 uint8_t debug_pal; 209 uint8_t debug_pal;
210 uint8_t pending_byte; 210 uint8_t pending_byte;
211 uint8_t state; 211 uint8_t state;
212 uint8_t cur_buffer;
212 uint8_t *tmp_buf_a; 213 uint8_t *tmp_buf_a;
213 uint8_t *tmp_buf_b; 214 uint8_t *tmp_buf_b;
214 } vdp_context; 215 } vdp_context;
215 216
216 void init_vdp_context(vdp_context * context, uint8_t region_pal); 217 void init_vdp_context(vdp_context * context, uint8_t region_pal);