diff m68k_to_x86.h @ 545:67cf0ce57d8d

Generate handle_cycle_limit at runtime so it can use the generated save/load_context functions. Since the hand written versions of save/load are no longer used they have been removed.
author Michael Pavone <pavone@retrodev.com>
date Sun, 16 Feb 2014 19:54:27 -0800
parents 8a26567852b7
children 3090d016c9e9
line wrap: on
line diff
--- a/m68k_to_x86.h	Sun Feb 16 19:21:39 2014 -0800
+++ b/m68k_to_x86.h	Sun Feb 16 19:54:27 2014 -0800
@@ -36,7 +36,9 @@
 	uint8_t         *read_32;
 	uint8_t         *write_32_lowfirst;
 	uint8_t         *write_32_highfirst;
+	uint8_t         *handle_cycle_limit;
 	uint8_t         *handle_cycle_limit_int;
+	uint8_t         *do_sync;
 	uint8_t         *trap;
 	uint8_t			*save_context;
 	uint8_t			*load_context;