From 7d358bea84f610c38d8a8f2ee77b5cb24ff4171d Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Tue, 12 Apr 2016 21:38:24 -0700 Subject: Remove the int number argument to vdp_int_ack since it is no longer used --- vdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vdp.c') diff --git a/vdp.c b/vdp.c index f4a64c0..f92721a 100644 --- a/vdp.c +++ b/vdp.c @@ -1933,7 +1933,7 @@ uint32_t vdp_next_vint_z80(vdp_context * context) return context->cycles + cycles_to_vint; } -void vdp_int_ack(vdp_context * context, uint16_t int_num) +void vdp_int_ack(vdp_context * context) { //Apparently the VDP interrupt controller is not very smart //Instead of paying attention to what interrupt is being acknowledged it just -- cgit v1.2.3