Search
lxdream.org :: lxdream/src/mem.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/mem.c
changeset 11:0a82ef380c45
prev10:c898b37506e0
next15:5194dd0fdb60
author nkeynes
date Sun Dec 11 12:00:09 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Moved arm material under aica/
Hooked arm disasm up
file annotate diff log raw
1.1 --- a/src/mem.c Sun Dec 11 05:15:36 2005 +0000
1.2 +++ b/src/mem.c Sun Dec 11 12:00:09 2005 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: mem.c,v 1.1 2005-12-11 05:15:36 nkeynes Exp $
1.6 + * $Id: mem.c,v 1.2 2005-12-11 12:00:03 nkeynes Exp $
1.7 * mem.c is responsible for creating and maintaining the overall system memory
1.8 * map, as visible from the SH4 processor.
1.9 *
1.10 @@ -201,3 +201,4 @@
1.11 return page+(addr&0xFFF);
1.12 }
1.13 }
1.14 +
.