summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2017-02-25 22:44:19 +0100
committer hap <happppp@users.noreply.github.com>2017-02-25 22:44:19 +0100
commit4ff26a30af798172607a194f2ed82bd42837071d (patch)
tree2e62ccc54a069f64dd020c3748fe572fe90ae39e /src
parent4342d12c463da93d4043fdf6d4ef5b48380a4120 (diff)
deco32: comment out popmessage (nw)
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/deco32.cpp2
1 files changed, 1 insertions, 1 deletions
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)