Search
lxdream.org :: lxdream/src/mem.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/mem.h
changeset 234:8759d0067e9d
prev180:e6dcf9b65658
next422:61a0598e07ff
author nkeynes
date Tue Feb 13 08:28:50 2007 +0000 (17 years ago)
permissions -rw-r--r--
last change Fix crash when display driver does not supply a keysym resolver
file annotate diff log raw
1.1 --- a/src/mem.h Sun Jul 02 04:59:00 2006 +0000
1.2 +++ b/src/mem.h Tue Feb 13 08:28:50 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: mem.h,v 1.10 2006-07-02 04:59:00 nkeynes Exp $
1.6 + * $Id: mem.h,v 1.11 2006-12-12 09:18:44 nkeynes Exp $
1.7 *
1.8 * mem is responsible for creating and maintaining the overall system memory
1.9 * map, as visible from the SH4 processor. (Note the ARM has a different map)
1.10 @@ -75,7 +75,7 @@
1.11 #define BREAK_ONESHOT 1
1.12 #define BREAK_KEEP 2
1.13
1.14 -#define ENABLE_WATCH 1
1.15 +#undef ENABLE_WATCH
1.16
1.17 #define WATCH_WRITE 1
1.18 #define WATCH_READ 2
.