diff blastem.c @ 570:76bba9ffe351

Initial stab at separating the generic parts of the 68K core from the host-cpu specific parts.
author Michael Pavone <pavone@retrodev.com>
date Sun, 02 Mar 2014 16:34:29 -0800
parents 9b7fcf748be0
children ea80559c67cb
line wrap: on
line diff
--- a/blastem.c	Sun Mar 02 15:25:52 2014 -0800
+++ b/blastem.c	Sun Mar 02 16:34:29 2014 -0800
@@ -963,7 +963,7 @@
 		}
 		atexit(save_sram);
 	}
-	init_x86_68k_opts(&opts, memmap, num_chunks);
+	init_m68k_opts(&opts, memmap, num_chunks);
 	opts.address_log = address_log;
 	init_68k_context(&context, opts.gen.native_code_map, &opts);