summaryrefslogtreecommitdiffstats
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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/pluto5.cpp b/src/mame/drivers/pluto5.cpp
index f6e5fce2e01..80c86242567 100644
--- a/src/mame/drivers/pluto5.cpp
+++ b/src/mame/drivers/pluto5.cpp
@@ -198,7 +198,7 @@ public:
protected:
// devices
- required_device<m68340cpu_device> m_maincpu;
+ required_device<m68340_cpu_device> m_maincpu;
public:
DECLARE_DRIVER_INIT(hb);
virtual void machine_start() override;
@@ -251,7 +251,7 @@ void pluto5_state::machine_start()
}
-static MACHINE_CONFIG_START( pluto5, pluto5_state )
+static MACHINE_CONFIG_START( pluto5 )
MCFG_CPU_ADD("maincpu", M68340, 16000000)
MCFG_CPU_PROGRAM_MAP(pluto5_map)