Search
lxdream.org :: lxdream/src/mem.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/mem.h
changeset 180:e6dcf9b65658
prev156:3b93648a3b07
next234:8759d0067e9d
author nkeynes
date Tue Aug 29 08:12:13 2006 +0000 (17 years ago)
permissions -rw-r--r--
last change Initial implementation of new background support
file annotate diff log raw
1.1 --- a/src/mem.h Thu Jun 15 10:25:45 2006 +0000
1.2 +++ b/src/mem.h Tue Aug 29 08:12:13 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: mem.h,v 1.9 2006-06-15 10:25:42 nkeynes Exp $
1.6 + * $Id: mem.h,v 1.10 2006-07-02 04:59:00 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 @@ -38,6 +38,7 @@
1.11 #define MAX_IO_REGIONS 24
1.12 #define MAX_MEM_REGIONS 8
1.13
1.14 +#define MEM_REGION_BIOS "Bios ROM"
1.15 #define MEM_REGION_MAIN "System RAM"
1.16 #define MEM_REGION_VIDEO "Video RAM"
1.17 #define MEM_REGION_AUDIO "Audio RAM"
.