diff --git a/src/gui/debug.cpp b/src/gui/debug.cpp index 807b32ed1..3cb6b4c13 100644 --- a/src/gui/debug.cpp +++ b/src/gui/debug.cpp @@ -315,9 +315,7 @@ void putDispatchChip(void* data, int type) { ImGui::Text("> PCEngine"); COMMON_CHIP_DEBUG; ImGui::Text("- lastPan: %d",ch->lastPan); - ImGui::Text("- cycles: %d",ch->cycles); ImGui::Text("- curChan: %d",ch->curChan); - ImGui::Text("- delay: %d",ch->delay); ImGui::Text("- sampleBank: %d",ch->sampleBank); ImGui::Text("- lfoMode: %d",ch->lfoMode); ImGui::Text("- lfoSpeed: %d",ch->lfoSpeed);