diff z80_to_x86.h @ 290:171f97e70d85

Implement writes from Z80 to YM-2612
author Mike Pavone <pavone@retrodev.com>
date Mon, 06 May 2013 00:54:58 -0700
parents 2989ed7b8608
children 14a937097c2b
line wrap: on
line diff
--- a/z80_to_x86.h	Mon May 06 00:22:24 2013 -0700
+++ b/z80_to_x86.h	Mon May 06 00:54:58 2013 -0700
@@ -47,7 +47,7 @@
 	native_map_slot * static_code_map;
 	native_map_slot * banked_code_map;
 	void *            options;
-	void *            next_context;
+	void *            system;
 	uint8_t           ram_code_flags[(8 * 1024)/128/8];
 } z80_context;