comparison vdp.h @ 680:4996369f1463

Some small synchronization improvements that do not seem to fix anything
author Michael Pavone <pavone@retrodev.com>
date Sun, 04 Jan 2015 23:05:37 -0800
parents 66cc60215e5c
children 7f96bd1cb1be
comparison
equal deleted inserted replaced
679:7dd83295193a 680:4996369f1463
192 void vdp_int_ack(vdp_context * context, uint16_t int_num); 192 void vdp_int_ack(vdp_context * context, uint16_t int_num);
193 void vdp_print_sprite_table(vdp_context * context); 193 void vdp_print_sprite_table(vdp_context * context);
194 void vdp_print_reg_explain(vdp_context * context); 194 void vdp_print_reg_explain(vdp_context * context);
195 void latch_mode(vdp_context * context); 195 void latch_mode(vdp_context * context);
196 uint32_t vdp_cycles_to_frame_end(vdp_context * context); 196 uint32_t vdp_cycles_to_frame_end(vdp_context * context);
197 uint8_t vdp_is_frame_over(vdp_context * context);
197 198
198 extern int32_t color_map[1 << 12]; 199 extern int32_t color_map[1 << 12];
199 200
200 #endif //VDP_H_ 201 #endif //VDP_H_