From 25908ea88742215abdc04c491736e0061e99498e Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 5 Jan 2017 00:36:23 -0800 Subject: Implemented Mode 4 H conter latching --- vdp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vdp.h') diff --git a/vdp.h b/vdp.h index 59944b5..76fee6e 100644 --- a/vdp.h +++ b/vdp.h @@ -213,6 +213,7 @@ void vdp_test_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); uint8_t vdp_data_port_read_pbc(vdp_context * context); +void vdp_latch_hv(vdp_context *context); uint16_t vdp_hv_counter_read(vdp_context * context); uint16_t vdp_test_port_read(vdp_context * context); void vdp_adjust_cycles(vdp_context * context, uint32_t deduction); -- cgit v1.2.3