summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/cinemat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cinemat.cpp')
-rw-r--r--src/mame/drivers/cinemat.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mame/drivers/cinemat.cpp b/src/mame/drivers/cinemat.cpp
index 863ef360e7f..d322dbecdd9 100644
--- a/src/mame/drivers/cinemat.cpp
+++ b/src/mame/drivers/cinemat.cpp
@@ -1190,11 +1190,10 @@ void cinemat_64level_state::solarq(machine_config &config)
void cinemat_color_state::boxingb(machine_config &config)
{
cinemat_jmi_32k(config);
-
SPEAKER(config, "mono").front_center();
- BOXING_BUGS_AUDIO(config, "soundboard", 0)
- .configure_latch_inputs(*m_outlatch)
- .add_route(ALL_OUTPUTS, "mono", 1.0);
+// BOXING_BUGS_AUDIO(config, "soundboard", 0)
+// .configure_latch_inputs(*m_outlatch)
+// .add_route(ALL_OUTPUTS, "mono", 1.0);
m_outlatch->q_out_cb<7>().append(FUNC(cinemat_state::mux_select_w));
m_screen->set_visarea(0, 1024, 0, 788);