diff m68k_util.c @ 2580:939b818df589

Get 68K interrupts working in new CPU core
author Michael Pavone <pavone@retrodev.com>
date Sat, 08 Feb 2025 11:40:42 -0800
parents 5f725429d08f
children e04c7e753bf6
line wrap: on
line diff
--- a/m68k_util.c	Fri Feb 07 23:32:15 2025 -0800
+++ b/m68k_util.c	Sat Feb 08 11:40:42 2025 -0800
@@ -52,6 +52,7 @@
 	context->opts = opts;
 	context->reset_handler = reset_handler;
 	context->int_cycle = 0xFFFFFFFFU;
+	context->int_pending = 255;
 	context->sync_components = sync_comp_tmp;
 	sync_comp_tmp = NULL;
 	context->int_ack_handler = int_ack_tmp;