mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
mcd, some cleanup, fix Word-RAM in 2M mode
This commit is contained in:
parent
02db230830
commit
8eeb342641
7 changed files with 227 additions and 75 deletions
|
@ -506,7 +506,12 @@ struct mcd_pcm
|
|||
} ch[8];
|
||||
};
|
||||
|
||||
#define PCD_ST_S68K_RST 1
|
||||
#define PCD_ST_S68K_RST 1
|
||||
#define PCD_ST_S68K_SYNC 2
|
||||
#define PCD_ST_S68K_SLEEP 4
|
||||
#define PCD_ST_M68K_SLEEP 8
|
||||
#define PCD_ST_S68K_POLL 16
|
||||
#define PCD_ST_M68K_POLL 32
|
||||
|
||||
struct mcd_misc
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue