summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/thayers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/thayers.cpp')
-rw-r--r--src/mame/drivers/thayers.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/thayers.cpp b/src/mame/drivers/thayers.cpp
index 01e92543351..95d96c30132 100644
--- a/src/mame/drivers/thayers.cpp
+++ b/src/mame/drivers/thayers.cpp
@@ -104,6 +104,7 @@ public:
required_device<cpu_device> m_maincpu;
required_ioport_array<10> m_row;
+ void thayers(machine_config &config);
protected:
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
};
@@ -786,7 +787,7 @@ void thayers_state::machine_reset()
/* Machine Driver */
-static MACHINE_CONFIG_START( thayers )
+MACHINE_CONFIG_START(thayers_state::thayers)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80, XTAL_4MHz)