comparison vdp.h @ 953:08346262990b

Remove the int number argument to vdp_int_ack since it is no longer used
author Michael Pavone <pavone@retrodev.com>
date Tue, 12 Apr 2016 21:38:24 -0700
parents 913a6336ce20
children 928442068afe
comparison
equal deleted inserted replaced
952:7f4a7f07f325 953:08346262990b
193 uint16_t vdp_test_port_read(vdp_context * context); 193 uint16_t vdp_test_port_read(vdp_context * context);
194 void vdp_adjust_cycles(vdp_context * context, uint32_t deduction); 194 void vdp_adjust_cycles(vdp_context * context, uint32_t deduction);
195 uint32_t vdp_next_hint(vdp_context * context); 195 uint32_t vdp_next_hint(vdp_context * context);
196 uint32_t vdp_next_vint(vdp_context * context); 196 uint32_t vdp_next_vint(vdp_context * context);
197 uint32_t vdp_next_vint_z80(vdp_context * context); 197 uint32_t vdp_next_vint_z80(vdp_context * context);
198 void vdp_int_ack(vdp_context * context, uint16_t int_num); 198 void vdp_int_ack(vdp_context * context);
199 void vdp_print_sprite_table(vdp_context * context); 199 void vdp_print_sprite_table(vdp_context * context);
200 void vdp_print_reg_explain(vdp_context * context); 200 void vdp_print_reg_explain(vdp_context * context);
201 void latch_mode(vdp_context * context); 201 void latch_mode(vdp_context * context);
202 uint32_t vdp_cycles_to_frame_end(vdp_context * context); 202 uint32_t vdp_cycles_to_frame_end(vdp_context * context);
203 uint32_t vdp_frame_end_line(vdp_context *context); 203 uint32_t vdp_frame_end_line(vdp_context *context);