summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pushman.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pushman.c')
-rw-r--r--src/mame/drivers/pushman.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mame/drivers/pushman.c b/src/mame/drivers/pushman.c
index dadfc98ca1d..8cb8c3c69c3 100644
--- a/src/mame/drivers/pushman.c
+++ b/src/mame/drivers/pushman.c
@@ -383,14 +383,6 @@ WRITE_LINE_MEMBER(pushman_state::irqhandler)
m_audiocpu->set_input_line(0, state ? ASSERT_LINE : CLEAR_LINE);
}
-static const ay8910_interface ay8910_config =
-{
- AY8910_LEGACY_OUTPUT,
- AY8910_DEFAULT_LOADS,
- DEVCB_NULL, DEVCB_NULL, DEVCB_NULL, DEVCB_NULL,
-};
-
-
void pushman_state::machine_start()
{
save_item(NAME(m_control));
@@ -447,7 +439,6 @@ static MACHINE_CONFIG_START( pushman, pushman_state )
MCFG_SOUND_ADD("ym1", YM2203, 2000000)
MCFG_YM2203_IRQ_HANDLER(WRITELINE(pushman_state, irqhandler))
- MCFG_YM2203_AY8910_INTF(&ay8910_config)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.40)
MCFG_SOUND_ADD("ym2", YM2203, 2000000)
@@ -495,7 +486,6 @@ static MACHINE_CONFIG_START( bballs, pushman_state )
MCFG_SOUND_ADD("ym1", YM2203, 2000000)
MCFG_YM2203_IRQ_HANDLER(WRITELINE(pushman_state, irqhandler))
- MCFG_YM2203_AY8910_INTF(&ay8910_config)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.40)
MCFG_SOUND_ADD("ym2", YM2203, 2000000)