mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-15 17:25:06 +00:00
Remove these for fix compile
This commit is contained in:
parent
8d80c5f743
commit
8f0966378f
1 changed files with 0 additions and 6 deletions
|
@ -90,8 +90,6 @@
|
|||
|
||||
#define OPNB_CHIP_DEBUG \
|
||||
FM_OPN_CHIP_DEBUG; \
|
||||
ImGui::Text("- adpcmAMemLen: %lu",ch->adpcmAMemLen); \
|
||||
ImGui::Text("- adpcmBMemLen: %lu",ch->adpcmBMemLen); \
|
||||
ImGui::Text("- sampleBank: %d",ch->sampleBank); \
|
||||
ImGui::Text("- writeADPCMAOff: %d",ch->writeADPCMAOff); \
|
||||
ImGui::Text("- writeADPCMAOn: %d",ch->writeADPCMAOn); \
|
||||
|
@ -335,7 +333,6 @@ void putDispatchChip(void* data, int type) {
|
|||
DivPlatformYM2608* ch=(DivPlatformYM2608*)data;
|
||||
ImGui::Text("> YM2608");
|
||||
FM_OPN_CHIP_DEBUG;
|
||||
ImGui::Text("- adpcmBMemLen: %lu",ch->adpcmBMemLen);
|
||||
ImGui::Text("- sampleBank: %d",ch->sampleBank);
|
||||
ImGui::Text("- writeRSSOff: %d",ch->writeRSSOff);
|
||||
ImGui::Text("- writeRSSOn: %d",ch->writeRSSOn);
|
||||
|
@ -397,7 +394,6 @@ void putDispatchChip(void* data, int type) {
|
|||
ImGui::Text(" - Pos: %d",ch->dacPos);
|
||||
ImGui::Text(" - AntiClick: %d",ch->dacAntiClick);
|
||||
ImGui::Text(" - Sample: %d",ch->dacSample);
|
||||
ImGui::Text("- dpcmMemLen: %lu",ch->dpcmMemLen);
|
||||
ImGui::Text("- dpcmBank: %d",ch->dpcmBank);
|
||||
ImGui::Text("- sampleBank: %d",ch->sampleBank);
|
||||
ImGui::Text("- writeOscBuf: %d",ch->writeOscBuf);
|
||||
|
@ -504,7 +500,6 @@ void putDispatchChip(void* data, int type) {
|
|||
ImGui::Text("* echo:");
|
||||
ImGui::Text(" - delay: %d",ch->echoDelay);
|
||||
ImGui::Text(" - feedback: %d",ch->echoFeedback);
|
||||
ImGui::Text("- sampleMemLen: %lu",ch->sampleMemLen);
|
||||
COMMON_CHIP_DEBUG_BOOL;
|
||||
break;
|
||||
}
|
||||
|
@ -512,7 +507,6 @@ void putDispatchChip(void* data, int type) {
|
|||
DivPlatformX1_010* ch=(DivPlatformX1_010*)data;
|
||||
ImGui::Text("> X1-010");
|
||||
COMMON_CHIP_DEBUG;
|
||||
ImGui::Text("- sampleMemLen: %lu",ch->sampleMemLen);
|
||||
ImGui::Text("- sampleBank: %d",ch->sampleBank);
|
||||
ImGui::Text("- bankSlot: [%d,%d,%d,%d,%d,%d,%d,%d]",ch->bankSlot[0],ch->bankSlot[1],ch->bankSlot[2],ch->bankSlot[3],ch->bankSlot[4],ch->bankSlot[5],ch->bankSlot[6],ch->bankSlot[7]);
|
||||
COMMON_CHIP_DEBUG_BOOL;
|
||||
|
|
Loading…
Reference in a new issue