diff options
author | Mike Pavone <pavone@retrodev.com> | 2012-12-30 22:39:41 -0800 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2012-12-30 22:39:41 -0800 |
commit | 8dc3c22d3d0a2f34cd6321365761df66e32847f3 (patch) | |
tree | f2b454d2d2d7f87f7dea57629a8e9ba7bcb4d4b1 /vdp.h | |
parent | fc392c1296fe7a3703c1d51fa6e9d7dd0377bd23 (diff) |
Implemented HV counter
Diffstat (limited to 'vdp.h')
-rw-r--r-- | vdp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -127,6 +127,7 @@ int 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); +uint16_t vdp_hv_counter_read(vdp_context * context); void vdp_adjust_cycles(vdp_context * context, uint32_t deduction); #endif //VDP_H_ |