summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/m92.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m92.cpp')
-rw-r--r--src/mame/drivers/m92.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/m92.cpp b/src/mame/drivers/m92.cpp
index cadf88db39d..2a4af7dadbf 100644
--- a/src/mame/drivers/m92.cpp
+++ b/src/mame/drivers/m92.cpp
@@ -965,7 +965,7 @@ void m92_state::m92_sprite_interrupt()
}
-static MACHINE_CONFIG_START( m92, m92_state )
+static MACHINE_CONFIG_START( m92 )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu",V33,XTAL_18MHz/2)
@@ -1068,7 +1068,7 @@ static MACHINE_CONFIG_DERIVED( ppan, m92 )
MCFG_VIDEO_START_OVERRIDE(m92_state,ppan)
- MCFG_OKIM6295_ADD("oki", 1000000, OKIM6295_PIN7_HIGH) // clock frequency & pin 7 not verified
+ MCFG_OKIM6295_ADD("oki", 1000000, PIN7_HIGH) // clock frequency & pin 7 not verified
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_CONFIG_END