32x: drc: more wip, some games work, debug stats

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@814 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-10-13 15:42:21 +00:00
parent 4c67e7ad99
commit e898de13cd
8 changed files with 195 additions and 134 deletions

View file

@ -44,6 +44,7 @@ typedef struct
extern SH2 *sh2; // active sh2
int sh2_init(SH2 *sh2, int is_slave);
void sh2_finish(SH2 *sh2);
void sh2_reset(SH2 *sh2);
void sh2_irl_irq(SH2 *sh2, int level);
void sh2_internal_irq(SH2 *sh2, int level, int vector);