diff z80_to_x86.h @ 424:7e8e179116af

Add support for loading GST format savestates
author Mike Pavone <pavone@retrodev.com>
date Sat, 29 Jun 2013 17:15:08 -0700
parents 836585d389b8
children b7c3b2d22858
line wrap: on
line diff
--- a/z80_to_x86.h	Tue Jun 25 23:18:57 2013 -0700
+++ b/z80_to_x86.h	Sat Jun 29 17:15:08 2013 -0700
@@ -56,6 +56,7 @@
 void init_x86_z80_opts(x86_z80_options * options);
 void init_z80_context(z80_context * context, x86_z80_options * options);
 uint8_t * z80_get_native_address(z80_context * context, uint32_t address);
+uint8_t * z80_get_native_address_trans(z80_context * context, uint32_t address);
 z80_context * z80_handle_code_write(uint32_t address, z80_context * context);
 void z80_run(z80_context * context);
 void z80_reset(z80_context * context);