diff m68k_core.c @ 1475:afa3fbb76bff nuklear_ui

Basic support for loading ROMs via Nuklear UI
author Michael Pavone <pavone@retrodev.com>
date Tue, 21 Nov 2017 23:11:11 -0800
parents ffe45c5b8390
children e01adbe1a75b
line wrap: on
line diff
--- a/m68k_core.c	Tue Nov 21 19:07:43 2017 -0800
+++ b/m68k_core.c	Tue Nov 21 23:11:11 2017 -0800
@@ -1168,7 +1168,6 @@
 {
 	code_ptr addr = get_native_address_trans(context, address);
 	m68k_options * options = context->options;
-	context->should_return = 0;
 	options->start_context(addr, context);
 }