Search
lxdream.org :: lxdream/src/sh4/sh4mmio.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4mmio.h
changeset 30:89b30313d757
prev19:9da7a8e38f9d
next550:a27e31340147
author nkeynes
date Wed Sep 12 09:16:47 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Add disassembly dump function to xltcache
file annotate diff log raw
1.1 --- a/src/sh4/sh4mmio.h Thu Dec 22 07:38:12 2005 +0000
1.2 +++ b/src/sh4/sh4mmio.h Wed Sep 12 09:16:47 2007 +0000
1.3 @@ -1,3 +1,22 @@
1.4 +/**
1.5 + * $Id: sh4mmio.h,v 1.4 2005-12-25 05:57:00 nkeynes Exp $
1.6 + *
1.7 + * MMIO region and supporting function declarations. Private to the sh4
1.8 + * module.
1.9 + *
1.10 + * Copyright (c) 2005 Nathan Keynes.
1.11 + *
1.12 + * This program is free software; you can redistribute it and/or modify
1.13 + * it under the terms of the GNU General Public License as published by
1.14 + * the Free Software Foundation; either version 2 of the License, or
1.15 + * (at your option) any later version.
1.16 + *
1.17 + * This program is distributed in the hope that it will be useful,
1.18 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
1.19 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1.20 + * GNU General Public License for more details.
1.21 + */
1.22 +
1.23 #include "mmio.h"
1.24
1.25 #if (defined(MMIO_IMPL) && !defined(SH4MMIO_IMPL)) || \
.