diff options
Diffstat (limited to 'src/mame/drivers/cinemat.cpp')
-rw-r--r-- | src/mame/drivers/cinemat.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mame/drivers/cinemat.cpp b/src/mame/drivers/cinemat.cpp index b9d9cce7a89..a4e294a0bed 100644 --- a/src/mame/drivers/cinemat.cpp +++ b/src/mame/drivers/cinemat.cpp @@ -1185,11 +1185,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); |