comparison m68k_core.c @ 1541:f8ef74e7c800

Merged nuklear_ui into default
author Michael Pavone <pavone@retrodev.com>
date Sun, 25 Mar 2018 12:01:49 -0700
parents afa3fbb76bff
children e01adbe1a75b
comparison
equal deleted inserted replaced
1533:78b7fc03c7c6 1541:f8ef74e7c800
1166 1166
1167 void start_68k_context(m68k_context * context, uint32_t address) 1167 void start_68k_context(m68k_context * context, uint32_t address)
1168 { 1168 {
1169 code_ptr addr = get_native_address_trans(context, address); 1169 code_ptr addr = get_native_address_trans(context, address);
1170 m68k_options * options = context->options; 1170 m68k_options * options = context->options;
1171 context->should_return = 0;
1172 options->start_context(addr, context); 1171 options->start_context(addr, context);
1173 } 1172 }
1174 1173
1175 void resume_68k(m68k_context *context) 1174 void resume_68k(m68k_context *context)
1176 { 1175 {