picodrive/cpu/drc/cmn.h
notaz f4bb5d6b2c 32x: drc: new smc handling, write handlers adjusted.
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@820 be3aeb3a-fb24-0410-a615-afba39da0efa
2009-10-18 20:52:50 +00:00

11 lines
218 B
C

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