summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tempest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tempest.cpp')
-rw-r--r--src/mame/drivers/tempest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/tempest.cpp b/src/mame/drivers/tempest.cpp
index 2e976721b74..d19c24c1a47 100644
--- a/src/mame/drivers/tempest.cpp
+++ b/src/mame/drivers/tempest.cpp
@@ -339,6 +339,7 @@ public:
DECLARE_READ8_MEMBER(rom_ae1f_r);
virtual void machine_start() override;
+ void tempest(machine_config &config);
};
@@ -589,7 +590,7 @@ INPUT_PORTS_END
*
*************************************/
-static MACHINE_CONFIG_START( tempest )
+MACHINE_CONFIG_START(tempest_state::tempest)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M6502, MASTER_CLOCK / 8)