summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/carrera.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/carrera.cpp')
-rw-r--r--src/mame/drivers/carrera.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/carrera.cpp b/src/mame/drivers/carrera.cpp
index 4fae5e1dfae..bcb52512eed 100644
--- a/src/mame/drivers/carrera.cpp
+++ b/src/mame/drivers/carrera.cpp
@@ -73,6 +73,7 @@ public:
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
+ void carrera(machine_config &config);
};
@@ -308,7 +309,7 @@ PALETTE_INIT_MEMBER(carrera_state, carrera)
}
-static MACHINE_CONFIG_START( carrera )
+MACHINE_CONFIG_START(carrera_state::carrera)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80, MASTER_CLOCK / 6)
MCFG_CPU_PROGRAM_MAP(carrera_map)