mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
cd: fix busreq and reset
This commit is contained in:
parent
59991f1117
commit
4fb435550b
4 changed files with 44 additions and 36 deletions
|
@ -382,10 +382,12 @@ struct mcd_pcm
|
|||
} ch[8];
|
||||
};
|
||||
|
||||
#define PCD_ST_S68K_RST 1
|
||||
|
||||
struct mcd_misc
|
||||
{
|
||||
unsigned short hint_vector;
|
||||
unsigned char busreq;
|
||||
unsigned char busreq; // not s68k_regs[1]
|
||||
unsigned char s68k_pend_ints;
|
||||
unsigned int state_flags; // 04
|
||||
unsigned int stopwatch_base_c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue