diff 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
line wrap: on
line diff
--- a/vdp.h	Sun Jan 04 12:25:33 2015 -0800
+++ b/vdp.h	Sun Jan 04 23:05:37 2015 -0800
@@ -194,6 +194,7 @@
 void vdp_print_reg_explain(vdp_context * context);
 void latch_mode(vdp_context * context);
 uint32_t vdp_cycles_to_frame_end(vdp_context * context);
+uint8_t vdp_is_frame_over(vdp_context * context);
 
 extern int32_t color_map[1 << 12];