summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mquake.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mquake.cpp')
-rw-r--r--src/mame/drivers/mquake.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/mquake.cpp b/src/mame/drivers/mquake.cpp
index 274ab4aa73f..fe2447f2b4d 100644
--- a/src/mame/drivers/mquake.cpp
+++ b/src/mame/drivers/mquake.cpp
@@ -60,6 +60,7 @@ public:
DECLARE_READ16_MEMBER( coin_chip_r );
DECLARE_WRITE16_MEMBER( coin_chip_w );
+ void mquake(machine_config &config);
private:
required_device<es5503_device> m_es5503;
required_region_ptr<uint8_t> m_es5503_rom;
@@ -302,7 +303,7 @@ INPUT_PORTS_END
*
*************************************/
-static MACHINE_CONFIG_START( mquake )
+MACHINE_CONFIG_START(mquake_state::mquake)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, amiga_state::CLK_7M_NTSC)