summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pluto5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pluto5.cpp')
-rw-r--r--src/mame/drivers/pluto5.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/pluto5.cpp b/src/mame/drivers/pluto5.cpp
index 3be60c827ca..f5a8cb56dc8 100644
--- a/src/mame/drivers/pluto5.cpp
+++ b/src/mame/drivers/pluto5.cpp
@@ -195,6 +195,7 @@ public:
DECLARE_READ32_MEMBER(pluto5_mem_r);
DECLARE_WRITE32_MEMBER(pluto5_mem_w);
+ void pluto5(machine_config &config);
protected:
// devices
@@ -251,7 +252,7 @@ void pluto5_state::machine_start()
}
-static MACHINE_CONFIG_START( pluto5 )
+MACHINE_CONFIG_START(pluto5_state::pluto5)
MCFG_CPU_ADD("maincpu", M68340, 16000000)
MCFG_CPU_PROGRAM_MAP(pluto5_map)