Search
lxdream.org :: lxdream/src/sh4/sh4mmio.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4mmio.c
changeset 30:89b30313d757
prev23:1ec3acd0594d
next35:21a4be098304
author nkeynes
date Sun Dec 25 08:24:11 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Finish adding header blocks to all files
file annotate diff log raw
1.1 --- a/src/sh4/sh4mmio.c Fri Dec 23 11:44:55 2005 +0000
1.2 +++ b/src/sh4/sh4mmio.c Sun Dec 25 08:24:11 2005 +0000
1.3 @@ -1,3 +1,23 @@
1.4 +/**
1.5 + * $Id: sh4mmio.c,v 1.5 2005-12-25 05:57:00 nkeynes Exp $
1.6 + *
1.7 + * Miscellaneous and not-really-implemented SH4 peripheral modules. Also
1.8 + * responsible for including the IMPL side of the SH4 MMIO pages.
1.9 + * Most of these will eventually be split off into their own files.
1.10 + *
1.11 + * Copyright (c) 2005 Nathan Keynes.
1.12 + *
1.13 + * This program is free software; you can redistribute it and/or modify
1.14 + * it under the terms of the GNU General Public License as published by
1.15 + * the Free Software Foundation; either version 2 of the License, or
1.16 + * (at your option) any later version.
1.17 + *
1.18 + * This program is distributed in the hope that it will be useful,
1.19 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
1.20 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1.21 + * GNU General Public License for more details.
1.22 + */
1.23 +
1.24 #include "dream.h"
1.25 #include "mem.h"
1.26 #include "clock.h"
.