summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/marinedt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/marinedt.cpp')
-rw-r--r--src/mame/drivers/marinedt.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/marinedt.cpp b/src/mame/drivers/marinedt.cpp
index 198c71d990b..e77699b3d17 100644
--- a/src/mame/drivers/marinedt.cpp
+++ b/src/mame/drivers/marinedt.cpp
@@ -134,6 +134,7 @@ public:
DECLARE_WRITE8_MEMBER(output_w);
TILE_GET_INFO_MEMBER(get_tile_info);
+ void marinedt(machine_config &config);
protected:
// driver_device overrides
virtual void machine_start() override;
@@ -621,7 +622,7 @@ PALETTE_INIT_MEMBER(marinedt_state, marinedt)
}
}
-static MACHINE_CONFIG_START( marinedt )
+MACHINE_CONFIG_START(marinedt_state::marinedt)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu",Z80,MAIN_CLOCK/4)