YM2612: implement 9xxx, part 2

VGM export
This commit is contained in:
tildearrow 2023-07-09 17:41:24 -05:00
parent 0c5e58fa3e
commit cf2c63caf7
3 changed files with 95 additions and 15 deletions

View file

@ -932,6 +932,7 @@ int DivPlatformGenesis::dispatch(DivCommand c) {
if (c.chan<5) c.chan=5;
chan[c.chan].dacPos=c.value;
chan[c.chan].setPos=true;
if (dumpWrites) addWrite(0xffff0005,chan[c.chan].dacPos);
break;
case DIV_CMD_LEGATO: {
if (c.chan==csmChan) {