mcd, some cleanup, fix Word-RAM in 2M mode

This commit is contained in:
kub 2023-05-10 22:20:06 +00:00
parent 02db230830
commit 8eeb342641
7 changed files with 227 additions and 75 deletions

View file

@ -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
{