remove many TODOs
This commit is contained in:
parent
d1b78f787b
commit
274ce8a646
|
@ -658,8 +658,6 @@ int DivPlatformAY8910::dispatch(DivCommand c) {
|
||||||
return 15;
|
return 15;
|
||||||
break;
|
break;
|
||||||
case DIV_CMD_PRE_PORTA:
|
case DIV_CMD_PRE_PORTA:
|
||||||
// TODO: FIX wtr_envelope.dmf
|
|
||||||
// the brokenPortaArp update broke it
|
|
||||||
if (chan[c.chan].active && c.value2) {
|
if (chan[c.chan].active && c.value2) {
|
||||||
if (parent->song.resetMacroOnPorta) chan[c.chan].macroInit(parent->getIns(chan[c.chan].ins,DIV_INS_AY));
|
if (parent->song.resetMacroOnPorta) chan[c.chan].macroInit(parent->getIns(chan[c.chan].ins,DIV_INS_AY));
|
||||||
}
|
}
|
||||||
|
|
|
@ -502,8 +502,7 @@ void DivPlatformC140::notifyInsChange(int ins) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void DivPlatformC140::notifyWaveChange(int wave) {
|
void DivPlatformC140::notifyWaveChange(int wave) {
|
||||||
// TODO when wavetables are added
|
|
||||||
// TODO they probably won't be added unless the samples reside in RAM
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void DivPlatformC140::notifyInsDeletion(void* ins) {
|
void DivPlatformC140::notifyInsDeletion(void* ins) {
|
||||||
|
|
|
@ -1107,8 +1107,6 @@ void DivPlatformES5506::notifyInsChange(int ins) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void DivPlatformES5506::notifyWaveChange(int wave) {
|
void DivPlatformES5506::notifyWaveChange(int wave) {
|
||||||
// TODO when wavetables are added
|
|
||||||
// TODO they probably won't be added unless the samples reside in RAM
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void DivPlatformES5506::notifyInsDeletion(void* ins) {
|
void DivPlatformES5506::notifyInsDeletion(void* ins) {
|
||||||
|
|
|
@ -388,8 +388,6 @@ void DivPlatformGA20::notifyInsChange(int ins) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void DivPlatformGA20::notifyWaveChange(int wave) {
|
void DivPlatformGA20::notifyWaveChange(int wave) {
|
||||||
// TODO when wavetables are added
|
|
||||||
// TODO they probably won't be added unless the samples reside in RAM
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void DivPlatformGA20::notifyInsDeletion(void* ins) {
|
void DivPlatformGA20::notifyInsDeletion(void* ins) {
|
||||||
|
|
|
@ -473,8 +473,6 @@ void DivPlatformK007232::notifyInsChange(int ins) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void DivPlatformK007232::notifyWaveChange(int wave) {
|
void DivPlatformK007232::notifyWaveChange(int wave) {
|
||||||
// TODO when wavetables are added
|
|
||||||
// TODO they probably won't be added unless the samples reside in RAM
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void DivPlatformK007232::notifyInsDeletion(void* ins) {
|
void DivPlatformK007232::notifyInsDeletion(void* ins) {
|
||||||
|
|
|
@ -409,8 +409,6 @@ void DivPlatformK053260::notifyInsChange(int ins) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void DivPlatformK053260::notifyWaveChange(int wave) {
|
void DivPlatformK053260::notifyWaveChange(int wave) {
|
||||||
// TODO when wavetables are added
|
|
||||||
// TODO they probably won't be added unless the samples reside in RAM
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void DivPlatformK053260::notifyInsDeletion(void* ins) {
|
void DivPlatformK053260::notifyInsDeletion(void* ins) {
|
||||||
|
|
|
@ -355,8 +355,6 @@ void DivPlatformRF5C68::notifyInsChange(int ins) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void DivPlatformRF5C68::notifyWaveChange(int wave) {
|
void DivPlatformRF5C68::notifyWaveChange(int wave) {
|
||||||
// TODO when wavetables are added
|
|
||||||
// TODO they probably won't be added unless the samples reside in RAM
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void DivPlatformRF5C68::notifyInsDeletion(void* ins) {
|
void DivPlatformRF5C68::notifyInsDeletion(void* ins) {
|
||||||
|
|
Loading…
Reference in a new issue