Mercurial > repos > blastem
diff m68k_internal.h @ 601:f0061e3d2ad9
Fix a few bugs introduced in the Z80 core from the adjustments to fit with the code gen refactor
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Fri, 26 Dec 2014 15:45:31 -0800 |
parents | 963d5901f583 |
children | a61d33ccea7d |
line wrap: on
line diff
--- a/m68k_internal.h Fri Dec 26 13:42:25 2014 -0800 +++ b/m68k_internal.h Fri Dec 26 15:45:31 2014 -0800 @@ -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);