mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
32x: drc: new smc handling, write handlers adjusted.
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@820 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
2b2b46b05d
commit
f4bb5d6b2c
9 changed files with 389 additions and 150 deletions
|
@ -4,7 +4,7 @@ typedef unsigned int u32;
|
|||
|
||||
#define DRC_TCACHE_SIZE (512*1024)
|
||||
|
||||
extern u32 tcache[DRC_TCACHE_SIZE/4];
|
||||
extern u8 tcache[DRC_TCACHE_SIZE];
|
||||
|
||||
void drc_cmn_init(void);
|
||||
void drc_cmn_cleanup(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue