diff blastem.c @ 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 fec4a59ae5d7
children 229c23b3ab73
line wrap: on
line diff
--- a/blastem.c	Tue Apr 12 08:35:44 2016 -0700
+++ b/blastem.c	Tue Apr 12 21:38:24 2016 -0700
@@ -290,7 +290,7 @@
 	//printf("Set sync cycle to: %d @ %d, vcounter: %d, hslot: %d\n", context->sync_cycle, context->current_cycle, v_context->vcounter, v_context->hslot);
 	if (context->int_ack) {
 		//printf("acknowledging %d @ %d:%d, vcounter: %d, hslot: %d\n", context->int_ack, context->current_cycle, v_context->cycles, v_context->vcounter, v_context->hslot);
-		vdp_int_ack(v_context, context->int_ack);
+		vdp_int_ack(v_context);
 		context->int_ack = 0;
 	}
 	if (!address && (break_on_sync || save_state)) {