Search
lxdream.org :: lxdream/src/dreamcast.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/dreamcast.h
changeset 922:8a8361264b1e
prev883:b275b4fee639
next931:430048ea8b71
next953:f4a156508ad1
author nkeynes
date Mon Dec 22 09:51:11 2008 +0000 (15 years ago)
branchlxdream-mem
permissions -rw-r--r--
last change Remove pointer cache and add full address-space map. Much better
file annotate diff log raw
1.1 --- a/src/dreamcast.h Sun Oct 19 11:52:37 2008 +0000
1.2 +++ b/src/dreamcast.h Mon Dec 22 09:51:11 2008 +0000
1.3 @@ -31,7 +31,7 @@
1.4
1.5 #define DEFAULT_TIMESLICE_LENGTH 1000000 /* nanoseconds */
1.6
1.7 -#define XLAT_NEW_CACHE_SIZE 32 MB
1.8 +#define XLAT_NEW_CACHE_SIZE 40 MB
1.9 #define XLAT_TEMP_CACHE_SIZE 2 MB
1.10 #define XLAT_OLD_CACHE_SIZE 8 MB
1.11
.