Search
lxdream.org :: lxdream/src/sh4/sh4mmio.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4mmio.c
changeset 502:c4ecae2b1b5e
prev428:338966c8aed0
next550:a27e31340147
author nkeynes
date Wed Nov 21 11:45:33 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Add config guard around GTK display device
file annotate diff log raw
1.1 --- a/src/sh4/sh4mmio.c Sun Oct 07 06:27:12 2007 +0000
1.2 +++ b/src/sh4/sh4mmio.c Wed Nov 21 11:45:33 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: sh4mmio.c,v 1.14 2007-10-07 06:27:12 nkeynes Exp $
1.6 + * $Id: sh4mmio.c,v 1.15 2007-11-08 11:54:16 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 @@ -35,7 +35,7 @@
1.11 #define OCRAM_START (0x1C000000>>PAGE_BITS)
1.12 #define OCRAM_END (0x20000000>>PAGE_BITS)
1.13
1.14 -static char *cache = NULL;
1.15 +static sh4ptr_t cache = NULL;
1.16
1.17 void mmio_region_MMU_write( uint32_t reg, uint32_t val )
1.18 {
.