Search
lxdream.org :: lxdream/src/mem.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/mem.h
changeset 11:0a82ef380c45
prev10:c898b37506e0
next18:9a1b5d75703f
author nkeynes
date Mon Dec 12 10:37:41 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Use cpu-specific is_valid_page function
file annotate diff log raw
1.1 --- a/src/mem.h Sun Dec 11 05:15:36 2005 +0000
1.2 +++ b/src/mem.h Mon Dec 12 10:37:41 2005 +0000
1.3 @@ -26,14 +26,6 @@
1.4 #define MB * (1024 * 1024)
1.5 #define KB * 1024
1.6
1.7 -int32_t sh4_read_long( uint32_t addr );
1.8 -int32_t sh4_read_word( uint32_t addr );
1.9 -int32_t sh4_read_byte( uint32_t addr );
1.10 -void sh4_write_long( uint32_t addr, uint32_t val );
1.11 -void sh4_write_word( uint32_t addr, uint32_t val );
1.12 -void sh4_write_byte( uint32_t addr, uint32_t val );
1.13 -int32_t sh4_read_phys_word( uint32_t addr );
1.14 -
1.15 void *mem_create_ram_region( uint32_t base, uint32_t size, char *name );
1.16 void *mem_load_rom( char *name, uint32_t base, uint32_t size, uint32_t crc );
1.17 char *mem_get_region( uint32_t addr );
.