diff m68k_core.h @ 1363:df6af7187b36

Fix to M68K interrupt latency for most instructions. Still needs some work for RAW_IMPL instructions besides move
author Michael Pavone <pavone@retrodev.com>
date Fri, 19 May 2017 20:27:35 -0700
parents 85a90964b557
children 4e5797b3935a
line wrap: on
line diff
--- a/m68k_core.h	Sun May 14 12:07:39 2017 -0700
+++ b/m68k_core.h	Fri May 19 20:27:35 2017 -0700
@@ -48,6 +48,7 @@
 	code_ptr        write_32_lowfirst;
 	code_ptr        write_32_highfirst;
 	code_ptr        do_sync;
+	code_ptr        handle_int_latch;
 	code_ptr        trap;
 	start_fun       start_context;
 	code_ptr        retrans_stub;