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