mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
what the?
panning 00 mutes channel in GB?
This commit is contained in:
parent
1444752704
commit
2bff8ae753
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ int DivPlatformGB::dispatch(DivCommand c) {
|
|||
break;
|
||||
case DIV_CMD_PANNING: {
|
||||
lastPan&=~(0x11<<c.chan);
|
||||
if (c.value==0) c.value=0x11;
|
||||
lastPan|=c.value<<c.chan;
|
||||
rWrite(0x25,lastPan);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue