Search
lxdream.org :: lxdream/src/dreamcast.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/dreamcast.h
changeset 359:c588dce7ebde
prev295:6637664291a8
next372:86aa060ddcec
author nkeynes
date Thu Aug 23 12:33:27 2007 +0000 (15 years ago)
permissions -rw-r--r--
last change Commit decoder generator
Translator work in progress
Fix mac.l, mac.w in emu core
file annotate diff log raw
1.1 --- a/src/dreamcast.h Tue Jan 16 10:34:46 2007 +0000
1.2 +++ b/src/dreamcast.h Thu Aug 23 12:33:27 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: dreamcast.h,v 1.12 2007-01-16 10:34:46 nkeynes Exp $
1.6 + * $Id: dreamcast.h,v 1.13 2007-08-23 12:33:27 nkeynes Exp $
1.7 *
1.8 * Public interface for dreamcast.c -
1.9 * Central switchboard for the system. This pulls all the individual modules
1.10 @@ -30,6 +30,15 @@
1.11 #endif
1.12
1.13 #define DEFAULT_TIMESLICE_LENGTH 1000000 /* nanoseconds */
1.14 +
1.15 +#ifndef MB
1.16 +#define MB *1024*1024
1.17 +#endif
1.18 +
1.19 +#define XLAT_NEW_CACHE_SIZE 8 MB
1.20 +#define XLAT_TEMP_CACHE_SIZE 2 MB
1.21 +#define XLAT_OLD_CACHE_SIZE 8 MB
1.22 +
1.23 #define CONFIG_TYPE_NONE 0
1.24 #define CONFIG_TYPE_FILE 1
1.25 #define CONFIG_TYPE_PATH 2
.