summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apexc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/apexc.cpp')
-rw-r--r--src/mame/drivers/apexc.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/apexc.cpp b/src/mame/drivers/apexc.cpp
index 4335bad4df0..95443f9ddbc 100644
--- a/src/mame/drivers/apexc.cpp
+++ b/src/mame/drivers/apexc.cpp
@@ -52,6 +52,7 @@ public:
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
required_device<screen_device> m_screen;
+ void apexc(machine_config &config);
};
void apexc_state::machine_start()
@@ -853,7 +854,7 @@ static ADDRESS_MAP_START(apexc_mem_map, AS_PROGRAM, 32, apexc_state )
ADDRESS_MAP_END
-static MACHINE_CONFIG_START( apexc )
+MACHINE_CONFIG_START(apexc_state::apexc)
/* basic machine hardware */
/* APEXC CPU @ 2.0 kHz (memory word clock frequency) */