diff z80_to_x86.c @ 1433:c886c54d8cf1

Added save states to SMS emulation
author Michael Pavone <pavone@retrodev.com>
date Wed, 16 Aug 2017 20:06:28 -0700
parents 4e5797b3935a
children 7d4483944d4d
line wrap: on
line diff
--- a/z80_to_x86.c	Sun Aug 13 22:59:01 2017 -0700
+++ b/z80_to_x86.c	Wed Aug 16 20:06:28 2017 -0700
@@ -3929,5 +3929,6 @@
 	context->int_pulse_start = load_int32(buf);
 	context->int_pulse_end = load_int32(buf);
 	context->nmi_start = load_int32(buf);
+	context->native_pc = NULL;
 }