Search
lxdream.org :: lxdream/src/mem.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/mem.h
changeset 477:9a373f2ff009
prev466:a6935f46ed78
next502:c4ecae2b1b5e
author nkeynes
date Tue Nov 06 08:35:33 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Implement mode select command
file annotate diff log raw
1.1 --- a/src/mem.h Sat Oct 27 05:47:55 2007 +0000
1.2 +++ b/src/mem.h Tue Nov 06 08:35:33 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: mem.h,v 1.14 2007-10-27 05:47:55 nkeynes Exp $
1.6 + * $Id: mem.h,v 1.15 2007-10-31 09:10:23 nkeynes Exp $
1.7 *
1.8 * mem is responsible for creating and maintaining the overall system memory
1.9 * map, as visible from the SH4 processor. (Note the ARM has a different map)
1.10 @@ -21,7 +21,7 @@
1.11 #define dream_mem_H
1.12
1.13 #include <stdint.h>
1.14 -#include "dream.h"
1.15 +#include "lxdream.h"
1.16
1.17 #ifdef __cplusplus
1.18 extern "C" {
.