diff options
Diffstat (limited to 'm68k_core.h')
-rw-r--r-- | m68k_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/m68k_core.h b/m68k_core.h index 0c07668..277a2e5 100644 --- a/m68k_core.h +++ b/m68k_core.h @@ -73,7 +73,6 @@ typedef struct m68k_context { typedef m68k_context *(*m68k_reset_handler)(m68k_context *context); -void translate_m68k(m68k_options * opts, struct m68kinst * inst); void translate_m68k_stream(uint32_t address, m68k_context * context); void start_68k_context(m68k_context * context, uint32_t address); void resume_68k(m68k_context *context); |