summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-01-05 00:36:23 -0800
committerMichael Pavone <pavone@retrodev.com>2017-01-05 00:36:23 -0800
commit25908ea88742215abdc04c491736e0061e99498e (patch)
treee5f3a7781fb700c4924fc0d2b9e596c640a38a5e /vdp.h
parentf04fcbb10860e4a8431e3ea70f46ade4280f7c9f (diff)
Implemented Mode 4 H conter latching
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 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);