filename | src/mem.c |
changeset | 35:21a4be098304 |
prev | 23:1ec3acd0594d |
next | 41:e740565eb393 |
author | nkeynes |
date | Mon Dec 26 03:54:55 2005 +0000 (15 years ago) |
permissions | -rw-r--r-- |
last change | Remove modules.h - move definitions into dream.h Add source string to output list (taken from module name) ARM Work in progress |
file | annotate | diff | log | raw |
1.1 --- a/src/mem.c Fri Dec 23 11:44:55 2005 +00001.2 +++ b/src/mem.c Mon Dec 26 03:54:55 2005 +00001.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 memory1.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 the1.12 * GNU General Public License for more details.1.13 */1.14 +#define MODULE mem_module1.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.25 char **page_map = NULL;
.