From 48d6afdd1c9aaafc5b8ce59c584e360d89571a5b Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 2 Mar 2014 16:34:29 -0800 Subject: Initial stab at separating the generic parts of the 68K core from the host-cpu specific parts. --- blastem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blastem.c') diff --git a/blastem.c b/blastem.c index 78ee5f0..7d31540 100644 --- a/blastem.c +++ b/blastem.c @@ -963,7 +963,7 @@ void init_run_cpu(genesis_context * gen, FILE * address_log, char * statefile, u } 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); -- cgit v1.2.3