filename | src/sh4/sh4core.h |
changeset | 260:c82e26ec0cac |
prev | 246:98054d036a24 |
next | 265:5daf59b7f31b |
author | nkeynes |
date | Wed Jan 03 09:00:17 2007 +0000 (14 years ago) |
permissions | -rw-r--r-- |
last change | Adjust timers when they're read rather than waiting until the next time slice. Also temporarily cut the CPU time by 4. Initialize the FRQCR register to 0x0E0A for convenience |
file | annotate | diff | log | raw |
1.1 --- a/src/sh4/sh4core.h Tue Dec 19 09:54:03 2006 +00001.2 +++ b/src/sh4/sh4core.h Wed Jan 03 09:00:17 2007 +00001.3 @@ -1,5 +1,5 @@1.4 /**1.5 - * $Id: sh4core.h,v 1.14 2006-12-19 09:54:03 nkeynes Exp $1.6 + * $Id: sh4core.h,v 1.15 2007-01-03 09:00:17 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.h1.10 @@ -107,6 +107,7 @@1.11 int32_t sh4_read_phys_word( uint32_t addr );1.13 /* Peripheral functions */1.14 +void CPG_reset( void );1.15 void TMU_run_slice( uint32_t );1.16 void TMU_update_clocks( void );1.17 void TMU_reset( void );
.