mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-07 08:08:04 -04:00
32x, fix reset interrupt handling
This commit is contained in:
parent
fb79e7baa8
commit
8341673054
5 changed files with 8 additions and 9 deletions
|
@ -641,7 +641,7 @@ struct Pico32x
|
|||
unsigned int emu_flags;
|
||||
unsigned char sh2irq_mask[2];
|
||||
unsigned char sh2irqi[2]; // individual
|
||||
unsigned int sh2irqs; // common irqs
|
||||
unsigned int pad4; // was sh2irqs
|
||||
unsigned short dmac_fifo[DMAC_FIFO_LEN];
|
||||
unsigned int pad[4];
|
||||
unsigned int dmac0_fifo_ptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue