summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-01-04 23:05:37 -0800
committerMichael Pavone <pavone@retrodev.com>2015-01-04 23:05:37 -0800
commitd8bb1db03b5f3c3beb86dce633f89872d05318a5 (patch)
treea67dea583909060b8cd0f1597432a524703b33f1 /vdp.h
parent52fb42428540e149d7ae6b53bdb52603b8e1947f (diff)
Some small synchronization improvements that do not seem to fix anything
Diffstat (limited to 'vdp.h')
-rw-r--r--vdp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vdp.h b/vdp.h
index 184521a..70c0953 100644
--- a/vdp.h
+++ b/vdp.h
@@ -194,6 +194,7 @@ void vdp_print_sprite_table(vdp_context * context);
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];