diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-02-23 00:08:37 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-02-23 00:08:37 -0800 |
commit | 1a3574ab4863a11bc40b6c7f760e905affc3cf31 (patch) | |
tree | 6dae4acce58e2654f2464758145efe97b5fccb48 /m68k_core.h | |
parent | 7958037a5b03952b8ff467b0d3d90a32678221ee (diff) |
WIP support for XBAND mapper hardware
Diffstat (limited to 'm68k_core.h')
-rw-r--r-- | m68k_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m68k_core.h b/m68k_core.h index 1b1199e..33daa70 100644 --- a/m68k_core.h +++ b/m68k_core.h @@ -86,6 +86,7 @@ m68k_context * m68k_handle_code_write(uint32_t address, m68k_context * context); 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_ |