Search
lxdream.org :: lxdream/src/sh4/sh4core.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4core.h
changeset 401:f79327f39818
prev391:16afb90b5d47
next422:61a0598e07ff
author nkeynes
date Wed Oct 03 12:19:03 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Remove INC %esi (and esi in general), replace with load immediates (faster)
file annotate diff log raw
1.1 --- a/src/sh4/sh4core.h Tue Sep 18 09:14:20 2007 +0000
1.2 +++ b/src/sh4/sh4core.h Wed Oct 03 12:19:03 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: sh4core.h,v 1.24 2007-09-18 09:14:20 nkeynes Exp $
1.6 + * $Id: sh4core.h,v 1.25 2007-09-20 08:37:19 nkeynes Exp $
1.7 *
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.10 @@ -95,6 +95,10 @@
1.11 int sh4_isrunning( void );
1.12 void sh4_stop( void );
1.13 void sh4_set_pc( int );
1.14 +void sh4_sleep( void );
1.15 +void sh4_fsca( uint32_t angle, float *fr );
1.16 +void sh4_ftrv( float *fv, float *xmtrx );
1.17 +void signsat48(void);
1.18
1.19 gboolean sh4_execute_instruction( void );
1.20 gboolean sh4_raise_exception( int );
.