summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/deco32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/deco32.cpp')
-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)