changeset 167:f6c7fea1ecf7

Initialize status register to proper value on startup
author Mike Pavone <pavone@retrodev.com>
date Sun, 06 Jan 2013 10:54:45 -0800
parents 97aa449706c2
children 7b099f2b382b
files m68k_to_x86.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m68k_to_x86.c	Sun Jan 06 09:51:15 2013 -0800
+++ b/m68k_to_x86.c	Sun Jan 06 10:54:45 2013 -0800
@@ -3382,5 +3382,6 @@
 	context->native_code_map = native_code_map;
 	context->options = opts;
 	context->int_cycle = 0xFFFFFFFF;
+	context->status = 0x27;
 }