partially bring up sample map
This commit is contained in:
parent
07871eacc3
commit
0a0ddfa661
16 changed files with 19 additions and 18 deletions
|
|
@ -730,7 +730,7 @@ int DivPlatformOPL::dispatch(DivCommand c) {
|
|||
chan[c.chan].outVol=chan[c.chan].vol;
|
||||
immWrite(18,chan[c.chan].outVol);
|
||||
}
|
||||
chan[c.chan].sample=ins->amiga.initSample;
|
||||
chan[c.chan].sample=ins->amiga.getSample(c.value);
|
||||
if (chan[c.chan].sample>=0 && chan[c.chan].sample<parent->song.sampleLen) {
|
||||
DivSample* s=parent->getSample(chan[c.chan].sample);
|
||||
immWrite(9,(s->offB>>2)&0xff);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue