From 87ee3ef62cde9cd8126882612c6c2243774c6271 Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Sun, 5 May 2013 22:56:42 -0700 Subject: Add a YM2612 stub implementation with just timers and status registers so that games that depend on it can run. --- m68k_to_x86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm68k_to_x86.h') diff --git a/m68k_to_x86.h b/m68k_to_x86.h index 503f083..7a80517 100644 --- a/m68k_to_x86.h +++ b/m68k_to_x86.h @@ -43,7 +43,7 @@ typedef struct { native_map_slot *native_code_map; void *options; uint8_t ram_code_flags[32/8]; - void *next_cpu; + void *system; } m68k_context; uint8_t * translate_m68k(uint8_t * dst, struct m68kinst * inst, x86_68k_options * opts); -- cgit v1.2.3