32x: drc: first implementation finished, no more interpreter dep

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@832 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-11-12 16:42:42 +00:00
parent 4b315c210a
commit f0d7b1faa1
11 changed files with 397 additions and 161 deletions

View file

@ -4,6 +4,8 @@
#define I 0xf0
SH2 *sh2; // active sh2
int sh2_init(SH2 *sh2, int is_slave)
{
int ret = 0;