diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-11-28 22:45:46 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-11-28 22:45:46 -0800 |
commit | aaca957565a13e9f2c6ab5ae085d7c8fb6c0fa85 (patch) | |
tree | 313d2bcdb58f3e9bf474502961169cb4a01bb235 /m68k_core.h | |
parent | b371dfde279ea1b67dc4a3611c268ca6bf2a6a9a (diff) |
Clean up symbol visiblity and delete a ltitle bit of dead code
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); |