diff m68k_to_x86.h @ 347:b24556b45d1e

Generate handle_cycle_limit_int at runtime so it can refer to the runtime generated memory map functions
author Mike Pavone <pavone@retrodev.com>
date Tue, 21 May 2013 00:56:56 -0700
parents 467bfa17004a
children 3923dbc2dcc4
line wrap: on
line diff
--- a/m68k_to_x86.h	Sun May 19 18:40:34 2013 -0700
+++ b/m68k_to_x86.h	Tue May 21 00:56:56 2013 -0700
@@ -30,6 +30,7 @@
 	uint8_t         *read_32;
 	uint8_t         *write_32_lowfirst;
 	uint8_t         *write_32_highfirst;
+	uint8_t         *handle_cycle_limit_int;
 } x86_68k_options;
 
 typedef struct {