works on jenesis

This commit is contained in:
Eknous-P 2025-05-20 21:24:20 +04:00 committed by tildearrow
parent 9fd586c1c4
commit d7c79a85d9
5 changed files with 10 additions and 2 deletions

View file

@ -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;