mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
audio: add option to switch off SSG-EG
This commit is contained in:
parent
1dbda5f894
commit
324bd6852e
9 changed files with 21 additions and 17 deletions
|
@ -73,6 +73,7 @@ extern void *p32x_bios_g, *p32x_bios_m, *p32x_bios_s;
|
|||
#define POPT_EN_32X (1<<20) // x0 0000
|
||||
#define POPT_EN_PWM (1<<21)
|
||||
#define POPT_PWM_IRQ_OPT (1<<22)
|
||||
#define POPT_DIS_FM_SSGEG (1<<23)
|
||||
|
||||
#define PAHW_MCD (1<<0)
|
||||
#define PAHW_32X (1<<1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue