summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kontest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/kontest.cpp')
-rw-r--r--src/mame/drivers/kontest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/kontest.cpp b/src/mame/drivers/kontest.cpp
index 22f3610345d..06dcd274011 100644
--- a/src/mame/drivers/kontest.cpp
+++ b/src/mame/drivers/kontest.cpp
@@ -52,6 +52,7 @@ public:
// member functions
DECLARE_WRITE8_MEMBER(control_w);
+ void kontest(machine_config &config);
protected:
// driver_device overrides
virtual void machine_start() override;
@@ -247,7 +248,7 @@ void kontest_state::machine_reset()
m_control = 0;
}
-static MACHINE_CONFIG_START( kontest )
+MACHINE_CONFIG_START(kontest_state::kontest)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80,MAIN_CLOCK/8)