--- a/src/sh4/sh4core.h Wed Jul 16 10:40:10 2008 +0000 +++ b/src/sh4/sh4core.h Wed Jul 30 03:00:40 2008 +0000 @@ -161,6 +161,8 @@ void TMU_save_state( FILE * ); int TMU_load_state( FILE * ); void TMU_update_clocks( void ); +uint32_t sh4_translate_run_slice(uint32_t); +uint32_t sh4_emulate_run_slice(uint32_t); /* SH4 instruction support methods */ void sh4_sleep( void );