Search
lxdream.org :: lxdream/src/mem.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/mem.c
changeset 35:21a4be098304
prev23:1ec3acd0594d
next41:e740565eb393
author nkeynes
date Mon Dec 26 10:47:10 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Remove log lines for store queue + writes to op address cache
file annotate diff log raw
1.1 --- a/src/mem.c Fri Dec 23 11:44:55 2005 +0000
1.2 +++ b/src/mem.c Mon Dec 26 10:47:10 2005 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: mem.c,v 1.7 2005-12-23 11:44:51 nkeynes Exp $
1.6 + * $Id: mem.c,v 1.8 2005-12-26 03:54:52 nkeynes Exp $
1.7 * mem.c is responsible for creating and maintaining the overall system memory
1.8 * map, as visible from the SH4 processor.
1.9 *
1.10 @@ -15,6 +15,7 @@
1.11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1.12 * GNU General Public License for more details.
1.13 */
1.14 +#define MODULE mem_module
1.15
1.16 #include <sys/mman.h>
1.17 #include <sys/stat.h>
1.18 @@ -30,7 +31,6 @@
1.19 #include "dream.h"
1.20 #include "mem.h"
1.21 #include "mmio.h"
1.22 -#include "modules.h"
1.23 #include "dreamcast.h"
1.24
1.25 char **page_map = NULL;
.