comparison z80_to_x86.h @ 2178:f6d5bde4d07f

Finish debugger refactor started with expression parser changes
author Michael Pavone <pavone@retrodev.com>
date Sat, 13 Aug 2022 19:16:30 -0700
parents 2e6320d261ff
children c97609fe8315
comparison
equal deleted inserted replaced
2177:44596610b2a0 2178:f6d5bde4d07f
110 void z80_assert_nmi(z80_context *context, uint32_t cycle); 110 void z80_assert_nmi(z80_context *context, uint32_t cycle);
111 uint8_t z80_get_busack(z80_context * context, uint32_t cycle); 111 uint8_t z80_get_busack(z80_context * context, uint32_t cycle);
112 void z80_adjust_cycles(z80_context * context, uint32_t deduction); 112 void z80_adjust_cycles(z80_context * context, uint32_t deduction);
113 void z80_serialize(z80_context *context, serialize_buffer *buf); 113 void z80_serialize(z80_context *context, serialize_buffer *buf);
114 void z80_deserialize(deserialize_buffer *buf, void *vcontext); 114 void z80_deserialize(deserialize_buffer *buf, void *vcontext);
115 uint32_t z80_get_instruction_start(z80_context *context, uint32_t address);
115 116
116 #endif //Z80_TO_X86_H_ 117 #endif //Z80_TO_X86_H_
117 118