--- a/src/sh4/sh4trans.h Fri Aug 24 08:53:50 2012 +1000 +++ b/src/sh4/sh4trans.h Fri May 29 18:47:05 2015 +1000 @@ -76,6 +76,12 @@ */ void sh4_shadow_init( void ); +/** + * Shadow mode callbacks. + */ +void sh4_shadow_block_begin( void ); +void sh4_shadow_block_end( void ); + extern uint8_t *xlat_output; extern struct xlat_recovery_record xlat_recovery[MAX_RECOVERY_SIZE]; extern xlat_cache_block_t xlat_current_block;