diff options
author | Michael Pavone <pavone@retrodev.com> | 2019-06-24 23:47:16 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2019-06-24 23:47:16 -0700 |
commit | 995df2192d208ef60a3c3e13655f30597b706636 (patch) | |
tree | 6e7a8a5d14d268930e3d38cd89576b30ffcf6557 /vdp.h | |
parent | 9f112ee9e97c26304799dfd84caadeeb2be46fe0 (diff) |
Fix accuracy bugs used by Novedicus to detect BlastEm/Exodus
Diffstat (limited to 'vdp.h')
-rw-r--r-- | vdp.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -254,7 +254,6 @@ 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); uint32_t vdp_next_hint(vdp_context * context); uint32_t vdp_next_vint(vdp_context * context); |