diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-01-05 00:36:23 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-01-05 00:36:23 -0800 |
commit | 25908ea88742215abdc04c491736e0061e99498e (patch) | |
tree | e5f3a7781fb700c4924fc0d2b9e596c640a38a5e /vdp.h | |
parent | f04fcbb10860e4a8431e3ea70f46ade4280f7c9f (diff) |
Implemented Mode 4 H conter latching
Diffstat (limited to 'vdp.h')
-rw-r--r-- | vdp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |