Search
lxdream.org :: lxdream/src/sh4/sh4mmio.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4mmio.c
changeset 92:108450d84ce8
prev54:d8b73031289c
next166:8aa70cf503a2
author nkeynes
date Sun Feb 05 04:02:57 2006 +0000 (18 years ago)
permissions -rw-r--r--
last change Comment out some more info lines
file annotate diff log raw
1.1 --- a/src/sh4/sh4mmio.c Sun Jan 01 08:08:40 2006 +0000
1.2 +++ b/src/sh4/sh4mmio.c Sun Feb 05 04:02:57 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: sh4mmio.c,v 1.7 2006-01-01 08:08:40 nkeynes Exp $
1.6 + * $Id: sh4mmio.c,v 1.8 2006-02-05 04:02:57 nkeynes Exp $
1.7 *
1.8 * Miscellaneous and not-really-implemented SH4 peripheral modules. Also
1.9 * responsible for including the IMPL side of the SH4 MMIO pages.
1.10 @@ -29,7 +29,7 @@
1.11
1.12 /********************************* MMU *************************************/
1.13
1.14 -MMIO_REGION_READ_STUBFN( MMU )
1.15 +MMIO_REGION_READ_DEFFN( MMU )
1.16
1.17 #define OCRAM_START (0x1C000000>>PAGE_BITS)
1.18 #define OCRAM_END (0x20000000>>PAGE_BITS)
.