summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/dblewing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dblewing.cpp')
-rw-r--r--src/mame/drivers/dblewing.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/dblewing.cpp b/src/mame/drivers/dblewing.cpp
index f5d0265696c..afb2c969b95 100644
--- a/src/mame/drivers/dblewing.cpp
+++ b/src/mame/drivers/dblewing.cpp
@@ -367,7 +367,7 @@ void dblewing_state::dblewing_sound_cb( address_space &space, uint16_t data, uin
m_audiocpu->set_input_line(0, (m_sound_irq != 0) ? ASSERT_LINE : CLEAR_LINE);
}
-static MACHINE_CONFIG_START( dblewing, dblewing_state )
+static MACHINE_CONFIG_START( dblewing )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, XTAL_28MHz/2) /* DE102 */
@@ -429,7 +429,7 @@ static MACHINE_CONFIG_START( dblewing, dblewing_state )
MCFG_YM2151_IRQ_HANDLER(WRITELINE(dblewing_state, sound_irq))
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.00)
- MCFG_OKIM6295_ADD("oki", XTAL_28MHz/28, OKIM6295_PIN7_HIGH)
+ MCFG_OKIM6295_ADD("oki", XTAL_28MHz/28, PIN7_HIGH)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.00)
MACHINE_CONFIG_END