works on jenesis
This commit is contained in:
parent
9fd586c1c4
commit
d7c79a85d9
5 changed files with 10 additions and 2 deletions
|
|
@ -1539,6 +1539,9 @@ int DivPlatformGenesis::dispatch(DivCommand c) {
|
|||
break;
|
||||
case DIV_CMD_PRE_NOTE:
|
||||
break;
|
||||
case DIV_CMD_FM_ALG:
|
||||
if (c.value>7) break;
|
||||
rWrite(ADDR_FB_ALG+chanOffs[c.chan], c.value&7);
|
||||
default:
|
||||
//printf("WARNING: unimplemented command %d\n",c.cmd);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue