diff m68k_to_x86.h @ 348:3923dbc2dcc4

m68k_trap is now replaced with a generated one so it can call the generated memory acccess functions. The old static memory access functions have been removed from runtime.S
author Mike Pavone <pavone@retrodev.com>
date Tue, 21 May 2013 01:10:04 -0700
parents b24556b45d1e
children 140af5509ce7
line wrap: on
line diff
--- a/m68k_to_x86.h	Tue May 21 00:56:56 2013 -0700
+++ b/m68k_to_x86.h	Tue May 21 01:10:04 2013 -0700
@@ -31,6 +31,7 @@
 	uint8_t         *write_32_lowfirst;
 	uint8_t         *write_32_highfirst;
 	uint8_t         *handle_cycle_limit_int;
+	uint8_t         *trap;
 } x86_68k_options;
 
 typedef struct {