diff m68k_core.h @ 1228:2e6dcb5c11a2

WIP support for XBAND mapper hardware
author Michael Pavone <pavone@retrodev.com>
date Thu, 23 Feb 2017 00:08:37 -0800
parents 8f14767661fa
children d5a47597b61f
line wrap: on
line diff
--- a/m68k_core.h	Thu Feb 23 00:08:17 2017 -0800
+++ b/m68k_core.h	Thu Feb 23 00:08:37 2017 -0800
@@ -86,6 +86,7 @@
 uint32_t get_instruction_start(m68k_options *opts, uint32_t address);
 uint16_t m68k_get_ir(m68k_context *context);
 void m68k_print_regs(m68k_context * context);
+void m68k_invalidate_code_range(m68k_context *context, uint32_t start, uint32_t end);
 
 #endif //M68K_CORE_H_