From 0a372b26313bf60fe7afedfcfeea20149f2b4399 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 28 Oct 2015 19:45:24 -0700 Subject: Implement TAS --- blastem.c | 1 + 1 file changed, 1 insertion(+) (limited to 'blastem.c') diff --git a/blastem.c b/blastem.c index 2528ecb..e4645eb 100644 --- a/blastem.c +++ b/blastem.c @@ -821,6 +821,7 @@ void init_run_cpu(genesis_context * gen, rom_info *rom, FILE * address_log, char 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; -- cgit v1.2.3