From ddaedd7b9257c55def03352838f737e68836692a Mon Sep 17 00:00:00 2001 From: tildearrow Date: Fri, 20 May 2022 14:52:36 -0500 Subject: [PATCH] YMZ280B: printf oops --- src/engine/platform/sound/ymz280b.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/platform/sound/ymz280b.cpp b/src/engine/platform/sound/ymz280b.cpp index f3d919285..74fafe672 100644 --- a/src/engine/platform/sound/ymz280b.cpp +++ b/src/engine/platform/sound/ymz280b.cpp @@ -652,7 +652,7 @@ void ymz280b_device::write_to_register(int data) case 0x80: // d0-2: DSP Rch, d3: enable Rch (0: yes, 1: no), d4-6: DSP Lch, d7: enable Lch (0: yes, 1: no) case 0x81: // d0: enable control of $82 (0: yes, 1: no) case 0x82: // DSP data - printf("YMZ280B: DSP register write %02X = %02X\n", m_current_register, data); + //printf("YMZ280B: DSP register write %02X = %02X\n", m_current_register, data); break; case 0x84: /* ROM readback / RAM write (high) */