From 0e881e49fcf3d616c99631f56da80ec69d4f594f Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sat, 31 Oct 2015 22:17:50 -0700 Subject: Implement interrupt latency. Fixes Sesame Street: Counting Cafe and gives accurate results in my test ROM --- m68k_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm68k_core.h') diff --git a/m68k_core.h b/m68k_core.h index 7135000..86aed4c 100644 --- a/m68k_core.h +++ b/m68k_core.h @@ -59,11 +59,11 @@ typedef struct { uint32_t int_num; uint16_t *mem_pointers[NUM_MEM_AREAS]; void *video_context; - uint16_t reserved; native_map_slot *native_code_map; m68k_options *options; void *system; + uint8_t int_pending; uint8_t ram_code_flags[]; } m68k_context; -- cgit v1.2.3