From 274ce8a6461c550faefda3f34ac0556f4cd03b43 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Wed, 30 Aug 2023 19:21:38 -0500 Subject: [PATCH] remove many TODOs --- src/engine/platform/ay.cpp | 2 -- src/engine/platform/c140.cpp | 3 +-- src/engine/platform/es5506.cpp | 2 -- src/engine/platform/ga20.cpp | 2 -- src/engine/platform/k007232.cpp | 2 -- src/engine/platform/k053260.cpp | 2 -- src/engine/platform/rf5c68.cpp | 2 -- 7 files changed, 1 insertion(+), 14 deletions(-) diff --git a/src/engine/platform/ay.cpp b/src/engine/platform/ay.cpp index 9a1711763..9928372cc 100644 --- a/src/engine/platform/ay.cpp +++ b/src/engine/platform/ay.cpp @@ -658,8 +658,6 @@ int DivPlatformAY8910::dispatch(DivCommand c) { return 15; break; case DIV_CMD_PRE_PORTA: - // TODO: FIX wtr_envelope.dmf - // the brokenPortaArp update broke it if (chan[c.chan].active && c.value2) { if (parent->song.resetMacroOnPorta) chan[c.chan].macroInit(parent->getIns(chan[c.chan].ins,DIV_INS_AY)); } diff --git a/src/engine/platform/c140.cpp b/src/engine/platform/c140.cpp index 61e12c8ae..ed9426674 100644 --- a/src/engine/platform/c140.cpp +++ b/src/engine/platform/c140.cpp @@ -502,8 +502,7 @@ void DivPlatformC140::notifyInsChange(int ins) { } 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) { diff --git a/src/engine/platform/es5506.cpp b/src/engine/platform/es5506.cpp index d5eb38a0b..227917636 100644 --- a/src/engine/platform/es5506.cpp +++ b/src/engine/platform/es5506.cpp @@ -1107,8 +1107,6 @@ void DivPlatformES5506::notifyInsChange(int ins) { } 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) { diff --git a/src/engine/platform/ga20.cpp b/src/engine/platform/ga20.cpp index 901927dd7..cc796bd61 100644 --- a/src/engine/platform/ga20.cpp +++ b/src/engine/platform/ga20.cpp @@ -388,8 +388,6 @@ void DivPlatformGA20::notifyInsChange(int ins) { } 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) { diff --git a/src/engine/platform/k007232.cpp b/src/engine/platform/k007232.cpp index c1e314f53..b2a09057a 100644 --- a/src/engine/platform/k007232.cpp +++ b/src/engine/platform/k007232.cpp @@ -473,8 +473,6 @@ void DivPlatformK007232::notifyInsChange(int ins) { } 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) { diff --git a/src/engine/platform/k053260.cpp b/src/engine/platform/k053260.cpp index 097d0c4c8..3c9d21932 100644 --- a/src/engine/platform/k053260.cpp +++ b/src/engine/platform/k053260.cpp @@ -409,8 +409,6 @@ void DivPlatformK053260::notifyInsChange(int ins) { } 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) { diff --git a/src/engine/platform/rf5c68.cpp b/src/engine/platform/rf5c68.cpp index 9319de5d3..c183cd505 100644 --- a/src/engine/platform/rf5c68.cpp +++ b/src/engine/platform/rf5c68.cpp @@ -355,8 +355,6 @@ void DivPlatformRF5C68::notifyInsChange(int ins) { } 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) {