From a5ee22f1f54069c92c7e255f3a7c21244c88aabc Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Tue, 14 May 2013 00:40:10 -0700 Subject: Update Z80 vint timing --- vdp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vdp.h') diff --git a/vdp.h b/vdp.h index 1b623ec..a5aa6ab 100644 --- a/vdp.h +++ b/vdp.h @@ -140,6 +140,7 @@ uint16_t vdp_hv_counter_read(vdp_context * context); void vdp_adjust_cycles(vdp_context * context, uint32_t deduction); uint32_t vdp_next_hint(vdp_context * context); uint32_t vdp_next_vint(vdp_context * context); +uint32_t vdp_next_vint_z80(vdp_context * context); void vdp_int_ack(vdp_context * context, uint16_t int_num); void vdp_print_sprite_table(vdp_context * context); void vdp_print_reg_explain(vdp_context * context); -- cgit v1.2.3