total extinction of legacy sample mode, part 2
remove legacy sample bank completely
This commit is contained in:
parent
416148bd62
commit
0602a2f811
41 changed files with 10 additions and 1016 deletions
|
|
@ -407,12 +407,6 @@ int DivPlatformVRC6::dispatch(DivCommand c) {
|
|||
}
|
||||
}
|
||||
break;
|
||||
case DIV_CMD_SAMPLE_BANK:
|
||||
sampleBank=c.value;
|
||||
if (sampleBank>(parent->song.sample.size()/12)) {
|
||||
sampleBank=parent->song.sample.size()/12;
|
||||
}
|
||||
break;
|
||||
case DIV_CMD_SAMPLE_POS:
|
||||
chan[c.chan].dacPos=c.value;
|
||||
chan[c.chan].setPos=true;
|
||||
|
|
@ -510,7 +504,6 @@ void DivPlatformVRC6::reset() {
|
|||
addWrite(0xffffffff,0);
|
||||
}
|
||||
|
||||
sampleBank=0;
|
||||
prevSample=0;
|
||||
|
||||
vrc6.reset();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue