Search
lxdream.org :: lxdream/src/mem.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/mem.h
changeset 31:495e480360d7
prev19:9da7a8e38f9d
next43:0cf3e339cc59
author nkeynes
date Mon Dec 26 03:11:14 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Open video window before debug window (so debug is on top by default)
file annotate diff log raw
1.1 --- a/src/mem.h Thu Dec 22 07:38:12 2005 +0000
1.2 +++ b/src/mem.h Mon Dec 26 03:11:14 2005 +0000
1.3 @@ -1,5 +1,24 @@
1.4 -#ifndef dream_sh4_mem_H
1.5 -#define dream_sh4_mem_H
1.6 +/**
1.7 + * $Id: mem.h,v 1.5 2005-12-25 08:24:07 nkeynes Exp $
1.8 + *
1.9 + * mem is responsible for creating and maintaining the overall system memory
1.10 + * map, as visible from the SH4 processor. (Note the ARM has a different map)
1.11 + *
1.12 + * Copyright (c) 2005 Nathan Keynes.
1.13 + *
1.14 + * This program is free software; you can redistribute it and/or modify
1.15 + * it under the terms of the GNU General Public License as published by
1.16 + * the Free Software Foundation; either version 2 of the License, or
1.17 + * (at your option) any later version.
1.18 + *
1.19 + * This program is distributed in the hope that it will be useful,
1.20 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
1.21 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1.22 + * GNU General Public License for more details.
1.23 + */
1.24 +
1.25 +#ifndef dream_mem_H
1.26 +#define dream_mem_H
1.27
1.28 #include <stdint.h>
1.29
.