summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mole.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mole.cpp')
-rw-r--r--src/mame/drivers/mole.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mole.cpp b/src/mame/drivers/mole.cpp
index 8e3e218c493..a2cbc39e50d 100644
--- a/src/mame/drivers/mole.cpp
+++ b/src/mame/drivers/mole.cpp
@@ -317,7 +317,7 @@ void mole_state::machine_reset()
m_tile_bank = 0;
}
-static MACHINE_CONFIG_START( mole, mole_state )
+static MACHINE_CONFIG_START( mole )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M6502, 4000000) // ???
@@ -372,4 +372,4 @@ ROM_END
*
*************************************/
-GAME( 1982, mole, 0, mole, mole, driver_device, 0, ROT0, "Yachiyo Electronics, Ltd.", "Mole Attack", MACHINE_SUPPORTS_SAVE )
+GAME( 1982, mole, 0, mole, mole, mole_state, 0, ROT0, "Yachiyo Electronics, Ltd.", "Mole Attack", MACHINE_SUPPORTS_SAVE )