From a8cc92ea4de90aed27a5163eabb46114f1e16e25 Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Wed, 19 Dec 2012 22:15:16 -0800 Subject: Fix issue in which VDP would have trouble emptying FIFO because the VDP cycle count got reset at end of frame. --- vdp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vdp.h') diff --git a/vdp.h b/vdp.h index 85ba665..173fd43 100644 --- a/vdp.h +++ b/vdp.h @@ -107,5 +107,6 @@ void vdp_control_port_write(vdp_context * context, uint16_t value); void vdp_data_port_write(vdp_context * context, uint16_t value); uint16_t vdp_control_port_read(vdp_context * context); uint16_t vdp_data_port_read(vdp_context * context); +void vdp_adjust_cycles(vdp_context * context, uint32_t deduction); #endif //VDP_H_ -- cgit v1.2.3