summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vectrex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vectrex.cpp')
-rw-r--r--src/mame/drivers/vectrex.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/vectrex.cpp b/src/mame/drivers/vectrex.cpp
index 9a54f86ee9e..e959fd469ab 100644
--- a/src/mame/drivers/vectrex.cpp
+++ b/src/mame/drivers/vectrex.cpp
@@ -215,7 +215,8 @@ static INPUT_PORTS_START(raaspec)
INPUT_PORTS_END
-MACHINE_CONFIG_DERIVED(vectrex_state::raaspec, vectrex)
+MACHINE_CONFIG_START(vectrex_state::raaspec)
+ vectrex(config);
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_PROGRAM_MAP(raaspec_map)
MCFG_NVRAM_ADD_0FILL("nvram")