diff blastem.c @ 837:f2cd380adebe

Implement TAS
author Michael Pavone <pavone@retrodev.com>
date Wed, 28 Oct 2015 19:45:24 -0700
parents 0433fdd9ba66
children 74e161fe7d39
line wrap: on
line diff
--- a/blastem.c	Wed Oct 28 19:40:01 2015 -0700
+++ b/blastem.c	Wed Oct 28 19:45:24 2015 -0700
@@ -821,6 +821,7 @@
 
 	init_m68k_opts(&opts, rom->map, rom->map_chunks, MCLKS_PER_68K);
 	opts.address_log = address_log;
+	opts.gen.flags |= M68K_OPT_BROKEN_READ_MODIFY;
 	m68k_context *context = init_68k_context(&opts);
 	gen->m68k = context;