Search
lxdream.org :: lxdream/src/mem.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/mem.h
changeset 510:41ce7a074f4e
prev502:c4ecae2b1b5e
next543:361ec0a70cf2
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/mem.h Thu Nov 08 11:54:16 2007 +0000
1.2 +++ b/src/mem.h Wed Nov 21 11:45:33 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: mem.h,v 1.16 2007-11-08 11:54:16 nkeynes Exp $
1.6 + * $Id: mem.h,v 1.17 2007-11-14 10:21:33 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 @@ -32,7 +32,7 @@
1.11 uint32_t size;
1.12 const char *name;
1.13 sh4ptr_t mem;
1.14 - int flags;
1.15 + uint32_t flags;
1.16 } *mem_region_t;
1.17
1.18 #define MAX_IO_REGIONS 24
.