mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-15 17:25:06 +00:00
parent
3a2367f56a
commit
59cbfdcad9
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ int DivPlatformPCE::dispatch(DivCommand c) {
|
||||||
rWrite(0x09,c.value);
|
rWrite(0x09,c.value);
|
||||||
break;
|
break;
|
||||||
case DIV_CMD_PCE_LFO_SPEED:
|
case DIV_CMD_PCE_LFO_SPEED:
|
||||||
rWrite(0x08,c.value);
|
rWrite(0x08,255-c.value);
|
||||||
break;
|
break;
|
||||||
case DIV_CMD_NOTE_PORTA: {
|
case DIV_CMD_NOTE_PORTA: {
|
||||||
int destFreq=NOTE_PERIODIC(c.value2);
|
int destFreq=NOTE_PERIODIC(c.value2);
|
||||||
|
|
Loading…
Reference in a new issue