1.1 --- a/src/sh4/sh4trans.h Mon Jan 14 10:23:49 2008 +0000
1.2 +++ b/src/sh4/sh4trans.h Tue Jan 15 11:07:32 2008 +0000
1.4 #define XLAT_EXIT_BREAKPOINT 3
1.7 + * Translation flag - exit the current block and continue after performing a full
1.8 + * system reset (dreamcast_reset())
1.10 +#define XLAT_EXIT_SYSRESET 4
1.14 uint32_t sh4_xlat_run_slice( uint32_t nanosecs );
1.17 + * Return true if translated code is currently running
1.19 +gboolean sh4_xlat_is_running();
1.22 * Translate the specified block of code starting from the specified start
1.23 * address until the first branch/jump instruction.