diff --git a/src/engine/platform/k007232.cpp b/src/engine/platform/k007232.cpp index 5e84a071..916a942b 100644 --- a/src/engine/platform/k007232.cpp +++ b/src/engine/platform/k007232.cpp @@ -57,6 +57,7 @@ inline void DivPlatformK007232::chWrite(unsigned char ch, unsigned int addr, uns void DivPlatformK007232::acquire(short* bufL, short* bufR, size_t start, size_t len) { for (size_t h=start; h K007232"); - ImGui::Text("* freq:"); + ImGui::Text("* freq: %d",ch->freq); ImGui::Text(" - base: %d",ch->baseFreq); ImGui::Text(" - pitch: %d",ch->pitch); ImGui::Text(" - pitch2: %d",ch->pitch2);