YM2612: implement 9xxx, part 2
VGM export
This commit is contained in:
parent
0c5e58fa3e
commit
cf2c63caf7
3 changed files with 95 additions and 15 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue