1.1 --- a/src/sh4/sh4core.h Thu Jun 15 10:27:10 2006 +0000
1.2 +++ b/src/sh4/sh4core.h Tue Dec 19 09:54:03 2006 +0000
1.5 - * $Id: sh4core.h,v 1.13 2006-06-15 10:27:10 nkeynes Exp $
1.6 + * $Id: sh4core.h,v 1.14 2006-12-19 09:54:03 nkeynes Exp $
1.8 * This file defines the internal functions exported/used by the SH4 core,
1.9 * except for disassembly functions defined in sh4dasm.h
1.11 void sh4_stop( void );
1.12 void sh4_set_pc( int );
1.13 gboolean sh4_execute_instruction( void );
1.14 -void sh4_raise_exception( int, int );
1.15 +gboolean sh4_raise_exception( int );
1.16 +gboolean sh4_raise_slot_exception( int, int );
1.17 +gboolean sh4_raise_tlb_exception( int );
1.18 void sh4_set_breakpoint( uint32_t pc, int type );
1.19 gboolean sh4_clear_breakpoint( uint32_t pc, int type );
1.20 int sh4_get_breakpoint( uint32_t pc );