diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-01-04 23:05:37 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-01-04 23:05:37 -0800 |
commit | d8bb1db03b5f3c3beb86dce633f89872d05318a5 (patch) | |
tree | a67dea583909060b8cd0f1597432a524703b33f1 /vdp.h | |
parent | 52fb42428540e149d7ae6b53bdb52603b8e1947f (diff) |
Some small synchronization improvements that do not seem to fix anything
Diffstat (limited to 'vdp.h')
-rw-r--r-- | vdp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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]; |