recognize the MED ssf2 header
[picodrive.git] / cpu / drc / cmn.h
index d5ed9ba..4737b74 100644 (file)
@@ -1,8 +1,9 @@
 typedef unsigned char  u8;
+typedef signed char    s8;
 typedef unsigned short u16;
 typedef unsigned int   u32;
 
-#define DRC_TCACHE_SIZE         (512*1024)
+#define DRC_TCACHE_SIZE         (2*1024*1024)
 
 extern u8 tcache[DRC_TCACHE_SIZE];