summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ramtek.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ramtek.cpp')
-rw-r--r--src/mame/drivers/ramtek.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/ramtek.cpp b/src/mame/drivers/ramtek.cpp
index 74f14a88032..ac93534a96b 100644
--- a/src/mame/drivers/ramtek.cpp
+++ b/src/mame/drivers/ramtek.cpp
@@ -72,6 +72,7 @@ public:
required_device<netlist_mame_device> m_maincpu;
required_device<fixedfreq_device> m_video;
+ void ramtek(machine_config &config);
protected:
// driver_device overrides
@@ -112,7 +113,7 @@ void ramtek_state::video_start()
{
}
-static MACHINE_CONFIG_START( ramtek )
+MACHINE_CONFIG_START(ramtek_state::ramtek)
/* basic machine hardware */
MCFG_DEVICE_ADD("maincpu", NETLIST_CPU, NETLIST_CLOCK)