summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mpu2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mpu2.cpp')
-rw-r--r--src/mame/drivers/mpu2.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/mpu2.cpp b/src/mame/drivers/mpu2.cpp
index 4526113faec..403414cf471 100644
--- a/src/mame/drivers/mpu2.cpp
+++ b/src/mame/drivers/mpu2.cpp
@@ -49,6 +49,7 @@ public:
m_maincpu(*this, "maincpu")
{ }
+ void mpu2(machine_config &config);
protected:
// devices
@@ -70,7 +71,7 @@ INPUT_PORTS_END
-static MACHINE_CONFIG_START( mpu2 )
+MACHINE_CONFIG_START(mpu2_state::mpu2)
MCFG_CPU_ADD("maincpu", M6800, 2000000) // ?
MCFG_CPU_PROGRAM_MAP(mpu2_basemap)
MACHINE_CONFIG_END