mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -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
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include "cmn.h"
|
||||
|
||||
u32 __attribute__((aligned(4096))) tcache[DRC_TCACHE_SIZE/4];
|
||||
u8 __attribute__((aligned(4096))) tcache[DRC_TCACHE_SIZE];
|
||||
|
||||
|
||||
void drc_cmn_init(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue