diff z80_to_x86.h @ 451:b7c3b2d22858

Added support for saving savestates. Added gst savestate format test harness
author Mike Pavone <pavone@retrodev.com>
date Fri, 26 Jul 2013 19:55:04 -0700
parents 7e8e179116af
children 140af5509ce7
line wrap: on
line diff
--- a/z80_to_x86.h	Sat Jul 20 23:49:31 2013 -0700
+++ b/z80_to_x86.h	Fri Jul 26 19:55:04 2013 -0700
@@ -50,6 +50,7 @@
 	void *            system;
 	uint8_t           ram_code_flags[(8 * 1024)/128/8];
 	uint32_t          int_enable_cycle;
+  uint16_t          pc;
 } z80_context;
 
 void translate_z80_stream(z80_context * context, uint32_t address);