comparison 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
comparison
equal deleted inserted replaced
423:8e136187c0e0 424:7e8e179116af
54 54
55 void translate_z80_stream(z80_context * context, uint32_t address); 55 void translate_z80_stream(z80_context * context, uint32_t address);
56 void init_x86_z80_opts(x86_z80_options * options); 56 void init_x86_z80_opts(x86_z80_options * options);
57 void init_z80_context(z80_context * context, x86_z80_options * options); 57 void init_z80_context(z80_context * context, x86_z80_options * options);
58 uint8_t * z80_get_native_address(z80_context * context, uint32_t address); 58 uint8_t * z80_get_native_address(z80_context * context, uint32_t address);
59 uint8_t * z80_get_native_address_trans(z80_context * context, uint32_t address);
59 z80_context * z80_handle_code_write(uint32_t address, z80_context * context); 60 z80_context * z80_handle_code_write(uint32_t address, z80_context * context);
60 void z80_run(z80_context * context); 61 void z80_run(z80_context * context);
61 void z80_reset(z80_context * context); 62 void z80_reset(z80_context * context);
62 void zinsert_breakpoint(z80_context * context, uint16_t address, uint8_t * bp_handler); 63 void zinsert_breakpoint(z80_context * context, uint16_t address, uint8_t * bp_handler);
63 void zremove_breakpoint(z80_context * context, uint16_t address); 64 void zremove_breakpoint(z80_context * context, uint16_t address);