1.1 --- a/src/mem.h Sat May 20 02:38:58 2006 +0000
1.2 +++ b/src/mem.h Tue Jun 27 09:34:27 2006 +0000
1.5 - * $Id: mem.h,v 1.8 2006-05-20 02:38:58 nkeynes Exp $
1.6 + * $Id: mem.h,v 1.9 2006-06-15 10:25:42 nkeynes Exp $
1.8 * mem is responsible for creating and maintaining the overall system memory
1.9 * map, as visible from the SH4 processor. (Note the ARM has a different map)
1.11 char *mem_get_page( uint32_t addr );
1.12 int mem_load_block( const gchar *filename, uint32_t base, uint32_t size );
1.13 int mem_save_block( const gchar *filename, uint32_t base, uint32_t size );
1.15 +void mem_set_trace( uint32_t addr, int flag );
1.16 void mem_init( void );
1.17 void mem_reset( void );