picodrive/cpu/drc/cmn.h
notaz a2b8c5a545 32x: drc: new smc handling, some bugfixes + refactoring
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@864 be3aeb3a-fb24-0410-a615-afba39da0efa
2010-01-21 22:11:54 +00:00

11 lines
221 B
C

typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned int u32;
#define DRC_TCACHE_SIZE (2*1024*1024)
extern u8 tcache[DRC_TCACHE_SIZE];
void drc_cmn_init(void);
void drc_cmn_cleanup(void);