Search
lxdream.org :: lxdream/src/mmio.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/mmio.h
changeset 55:96323c198da3
prev31:495e480360d7
next136:f07efd59604f
author nkeynes
date Tue Jan 10 13:58:35 2006 +0000 (18 years ago)
permissions -rw-r--r--
last change Force redisasm when switching cpus
Handle emits when gui hasn't been created yet (dump to stderr)
file annotate diff log raw
1.1 --- a/src/mmio.h Sun Dec 25 08:24:11 2005 +0000
1.2 +++ b/src/mmio.h Tue Jan 10 13:58:35 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: mmio.h,v 1.2 2005-12-25 08:24:07 nkeynes Exp $
1.6 + * $Id: mmio.h,v 1.3 2006-01-01 08:09:17 nkeynes Exp $
1.7 *
1.8 * mmio.h defines a complicated batch of macros used to build up the
1.9 * memory-mapped I/O regions in a reasonably readable fashion.
1.10 @@ -28,7 +28,6 @@
1.11
1.12 #include <stdint.h>
1.13 #include <stdlib.h>
1.14 -#include "sh4core.h"
1.15
1.16 #define PAGE_TABLE_ENTRIES 128*1024
1.17 #define PAGE_SIZE 4096
.