summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/votrtnt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/votrtnt.cpp')
-rw-r--r--src/mame/drivers/votrtnt.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/votrtnt.cpp b/src/mame/drivers/votrtnt.cpp
index 6b4e2d34792..34766a7c388 100644
--- a/src/mame/drivers/votrtnt.cpp
+++ b/src/mame/drivers/votrtnt.cpp
@@ -53,6 +53,7 @@ public:
DECLARE_MACHINE_RESET(votrtnt);
+ void votrtnt(machine_config &config);
private:
required_device<cpu_device> m_maincpu;
required_device<votrax_sc01_device> m_votrax;
@@ -132,7 +133,7 @@ MACHINE_RESET_MEMBER( votrtnt_state, votrtnt )
Machine Drivers
******************************************************************************/
-static MACHINE_CONFIG_START( votrtnt )
+MACHINE_CONFIG_START(votrtnt_state::votrtnt)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M6802, XTAL_2_4576MHz) /* 2.4576MHz XTAL, verified; divided by 4 inside the m6802*/
MCFG_CPU_PROGRAM_MAP(6802_mem)