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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue