diff options
author | Mike Pavone <pavone@retrodev.com> | 2013-06-29 17:15:08 -0700 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2013-06-29 17:15:08 -0700 |
commit | 48718d1f339e263fb52a35a7a5230d32491b78b8 (patch) | |
tree | 16eb423306ce41301c188ffa4ed8193b438e334b /z80_to_x86.h | |
parent | 6183aae8b8ff8deb39d5e177896ef62bc72df7c0 (diff) |
Add support for loading GST format savestates
Diffstat (limited to 'z80_to_x86.h')
-rw-r--r-- | z80_to_x86.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/z80_to_x86.h b/z80_to_x86.h index 5bcc3a8..9f70803 100644 --- a/z80_to_x86.h +++ b/z80_to_x86.h @@ -56,6 +56,7 @@ void translate_z80_stream(z80_context * context, uint32_t address); 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); |