port ExtCh op macro code to OPN family, part 2
This commit is contained in:
parent
2a65f24b3f
commit
0eb2449c57
3 changed files with 2 additions and 4 deletions
|
|
@ -25,7 +25,6 @@
|
|||
#define CHIP_DIVIDER fmDivBase
|
||||
|
||||
#define IS_REALLY_MUTED(x) (isMuted[x] && (x<5 || !softPCM || (isMuted[5] && isMuted[6])))
|
||||
#define IS_EXTCH_MUTED (isOpMuted[0] && isOpMuted[1] && isOpMuted[2] && isOpMuted[3])
|
||||
|
||||
int DivPlatformGenesisExt::dispatch(DivCommand c) {
|
||||
if (c.chan<2) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue