diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-10-28 19:45:24 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-10-28 19:45:24 -0700 |
commit | 0a372b26313bf60fe7afedfcfeea20149f2b4399 (patch) | |
tree | 277a76d229f40f2e5341fdc9d586e3a9e6dcc81d /blastem.c | |
parent | 2d194bb1c94eb4eb4901d8cfa14cacb67450d833 (diff) |
Implement TAS
Diffstat (limited to 'blastem.c')
-rw-r--r-- | blastem.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |