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:
notaz 2009-10-18 20:52:50 +00:00
parent 2b2b46b05d
commit f4bb5d6b2c
9 changed files with 389 additions and 150 deletions

View file

@ -18,13 +18,13 @@ typedef struct
unsigned int test_irq;
// common
void *read8_map; // 70
void *read16_map;
void *write8_map;
void *write16_map;
const void *read8_map; // 70
const void *read16_map;
const void **write8_tab;
const void **write16_tab;
// drc stuff
void **pc_hashtab; // 80
//void **pc_hashtab; // 80
int pending_level; // MAX(pending_irl, pending_int_irq)
int pending_irl;