Search
lxdream.org :: lxdream/src/sh4/sh4core.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4core.h
changeset 43:0cf3e339cc59
prev32:bf0bc2c524b8
next53:f2981805b929
author nkeynes
date Mon Dec 26 11:47:15 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Add sh4 + arm breakpoints
Hook up break button in GUI
Enable ARM slice in main loop
file annotate diff log raw
1.1 --- a/src/sh4/sh4core.h Mon Dec 26 03:10:23 2005 +0000
1.2 +++ b/src/sh4/sh4core.h Mon Dec 26 11:47:15 2005 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: sh4core.h,v 1.7 2005-12-26 03:10:23 nkeynes Exp $
1.6 + * $Id: sh4core.h,v 1.8 2005-12-26 11:47:15 nkeynes Exp $
1.7 *
1.8 * This file defines the public functions exported by the SH4 core, except
1.9 * for disassembly functions defined in sh4dasm.h
1.10 @@ -88,6 +88,8 @@
1.11 gboolean sh4_execute_instruction( void );
1.12 void sh4_raise_exception( int, int );
1.13 void sh4_set_breakpoint( uint32_t pc, int type );
1.14 +gboolean sh4_clear_breakpoint( uint32_t pc, int type );
1.15 +int sh4_get_breakpoint( uint32_t pc );
1.16
1.17 #define BREAK_ONESHOT 1
1.18 #define BREAK_PERM 2
.