summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/astropc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/astropc.cpp')
-rw-r--r--src/mame/drivers/astropc.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/astropc.cpp b/src/mame/drivers/astropc.cpp
index 7d190e95660..f7653508979 100644
--- a/src/mame/drivers/astropc.cpp
+++ b/src/mame/drivers/astropc.cpp
@@ -23,6 +23,7 @@ public:
m_maincpu(*this, "maincpu")
{ }
+ void astropc(machine_config &config);
protected:
// devices
@@ -45,7 +46,7 @@ INPUT_PORTS_END
-static MACHINE_CONFIG_START( astropc )
+MACHINE_CONFIG_START(astropc_state::astropc)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", I486, 40000000 ) // ??
MCFG_CPU_PROGRAM_MAP(astropc_map)