filename | src/dreamcast.h |
changeset | 359:c588dce7ebde |
prev | 295:6637664291a8 |
next | 372: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 +00001.2 +++ b/src/dreamcast.h Thu Aug 23 12:33:27 2007 +00001.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 modules1.10 @@ -30,6 +30,15 @@1.11 #endif1.13 #define DEFAULT_TIMESLICE_LENGTH 1000000 /* nanoseconds */1.14 +1.15 +#ifndef MB1.16 +#define MB *1024*10241.17 +#endif1.18 +1.19 +#define XLAT_NEW_CACHE_SIZE 8 MB1.20 +#define XLAT_TEMP_CACHE_SIZE 2 MB1.21 +#define XLAT_OLD_CACHE_SIZE 8 MB1.22 +1.23 #define CONFIG_TYPE_NONE 01.24 #define CONFIG_TYPE_FILE 11.25 #define CONFIG_TYPE_PATH 2
.