summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2016-04-12 21:38:24 -0700
committerMichael Pavone <pavone@retrodev.com>2016-04-12 21:38:24 -0700
commit7d358bea84f610c38d8a8f2ee77b5cb24ff4171d (patch)
tree5b7439fcf5b1b0cfac0c2e29b60625d6b3c76672 /vdp.h
parentac4d11e004b3ae64bf1c275b9083c45cf6458d77 (diff)
Remove the int number argument to vdp_int_ack since it is no longer used
Diffstat (limited to 'vdp.h')
-rw-r--r--vdp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdp.h b/vdp.h
index 1e0de91..ea01b3d 100644
--- a/vdp.h
+++ b/vdp.h
@@ -195,7 +195,7 @@ 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);
uint32_t vdp_next_vint_z80(vdp_context * context);
-void vdp_int_ack(vdp_context * context, uint16_t int_num);
+void vdp_int_ack(vdp_context * context);
void vdp_print_sprite_table(vdp_context * context);
void vdp_print_reg_explain(vdp_context * context);
void latch_mode(vdp_context * context);