diff 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
line wrap: on
line diff
--- a/z80_to_x86.h	Sun Aug 07 01:16:47 2022 -0700
+++ b/z80_to_x86.h	Sat Aug 13 19:16:30 2022 -0700
@@ -112,6 +112,7 @@
 void z80_adjust_cycles(z80_context * context, uint32_t deduction);
 void z80_serialize(z80_context *context, serialize_buffer *buf);
 void z80_deserialize(deserialize_buffer *buf, void *vcontext);
+uint32_t z80_get_instruction_start(z80_context *context, uint32_t address);
 
 #endif //Z80_TO_X86_H_