From 4ff26a30af798172607a194f2ed82bd42837071d Mon Sep 17 00:00:00 2001 From: hap Date: Sat, 25 Feb 2017 22:44:19 +0100 Subject: deco32: comment out popmessage (nw) --- src/mame/drivers/deco32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/deco32.cpp b/src/mame/drivers/deco32.cpp index a1696f126a6..65d833c0b87 100644 --- a/src/mame/drivers/deco32.cpp +++ b/src/mame/drivers/deco32.cpp @@ -462,7 +462,7 @@ void deco32_state::deco32_set_audio_output(uint8_t raw_data) m_oki1->set_output_gain(ALL_OUTPUTS, vol_output); m_oki2->set_output_gain(ALL_OUTPUTS, vol_output); - popmessage("%02x %02x %f",raw_data,raw_vol,vol_output); + //popmessage("%02x %02x %f",raw_data,raw_vol,vol_output); } READ32_MEMBER(deco32_state::_71_r) -- cgit v1.2.3