summaryrefslogtreecommitdiff
path: root/m68k_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'm68k_internal.h')
-rw-r--r--m68k_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/m68k_internal.h b/m68k_internal.h
index 1a06e03..a556505 100644
--- a/m68k_internal.h
+++ b/m68k_internal.h
@@ -10,7 +10,6 @@
//functions implemented in host CPU specfic file
void translate_out_of_bounds(code_info *code);
-void check_code_prologue(code_info *code);
void areg_to_native(m68k_options *opts, uint8_t reg, uint8_t native_reg);
void dreg_to_native(m68k_options *opts, uint8_t reg, uint8_t native_reg);
void areg_to_native_sx(m68k_options *opts, uint8_t reg, uint8_t native_reg);