comparison 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
comparison
equal deleted inserted replaced
836:124a58fdcf3a 837:f2cd380adebe
819 gen->save_storage = NULL; 819 gen->save_storage = NULL;
820 } 820 }
821 821
822 init_m68k_opts(&opts, rom->map, rom->map_chunks, MCLKS_PER_68K); 822 init_m68k_opts(&opts, rom->map, rom->map_chunks, MCLKS_PER_68K);
823 opts.address_log = address_log; 823 opts.address_log = address_log;
824 opts.gen.flags |= M68K_OPT_BROKEN_READ_MODIFY;
824 m68k_context *context = init_68k_context(&opts); 825 m68k_context *context = init_68k_context(&opts);
825 gen->m68k = context; 826 gen->m68k = context;
826 827
827 context->video_context = gen->vdp; 828 context->video_context = gen->vdp;
828 context->system = gen; 829 context->system = gen;