parent
7be0079c62
commit
5f2cfd4854
5 changed files with 74 additions and 95 deletions
|
|
@ -761,17 +761,6 @@ void putDispatchChan(void* data, int chanNum, int type) {
|
|||
DivPlatformAY8910::Channel* ch=(DivPlatformAY8910::Channel*)data;
|
||||
ImGui::Text("> AY-3-8910");
|
||||
COMMON_CHAN_DEBUG;
|
||||
ImGui::Text("* psgMode:");
|
||||
ImGui::Text(" * curr:");
|
||||
ImGui::Text(" - tone: %d",ch->curPSGMode.tone);
|
||||
ImGui::Text(" - noise: %d",ch->curPSGMode.noise);
|
||||
ImGui::Text(" - envelope: %d",ch->curPSGMode.envelope);
|
||||
ImGui::Text(" - dac: %d",ch->curPSGMode.dac);
|
||||
ImGui::Text(" * next:");
|
||||
ImGui::Text(" - tone: %d",ch->nextPSGMode.tone);
|
||||
ImGui::Text(" - noise: %d",ch->nextPSGMode.noise);
|
||||
ImGui::Text(" - envelope: %d",ch->nextPSGMode.envelope);
|
||||
ImGui::Text(" - dac: %d",ch->nextPSGMode.dac);
|
||||
ImGui::Text("* DAC:");
|
||||
ImGui::Text(" - sample: %d",ch->dac.sample);
|
||||
ImGui::Text(" - rate: %d",ch->dac.rate);
|
||||
|
|
@ -789,22 +778,6 @@ void putDispatchChan(void* data, int chanNum, int type) {
|
|||
ImGui::Text("> AY8930");
|
||||
COMMON_CHAN_DEBUG;
|
||||
ImGui::Text("- duty: %d",ch->duty);
|
||||
ImGui::Text("* envelope:");
|
||||
ImGui::Text(" - mode: %d",ch->envelope.mode);
|
||||
ImGui::Text(" - period: %d",ch->envelope.period);
|
||||
ImGui::Text(" * slide: %d",ch->envelope.slide);
|
||||
ImGui::Text(" - low: %d",ch->envelope.slideLow);
|
||||
ImGui::Text("* psgMode:");
|
||||
ImGui::Text(" * curr:");
|
||||
ImGui::Text(" - tone: %d",ch->curPSGMode.tone);
|
||||
ImGui::Text(" - noise: %d",ch->curPSGMode.noise);
|
||||
ImGui::Text(" - envelope: %d",ch->curPSGMode.envelope);
|
||||
ImGui::Text(" - dac: %d",ch->curPSGMode.dac);
|
||||
ImGui::Text(" * next:");
|
||||
ImGui::Text(" - tone: %d",ch->nextPSGMode.tone);
|
||||
ImGui::Text(" - noise: %d",ch->nextPSGMode.noise);
|
||||
ImGui::Text(" - envelope: %d",ch->nextPSGMode.envelope);
|
||||
ImGui::Text(" - dac: %d",ch->nextPSGMode.dac);
|
||||
ImGui::Text("* DAC:");
|
||||
ImGui::Text(" - sample: %d",ch->dac.sample);
|
||||
ImGui::Text(" - rate: %d",ch->dac.rate);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue