summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gameplan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gameplan.cpp')
-rw-r--r--src/mame/drivers/gameplan.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/drivers/gameplan.cpp b/src/mame/drivers/gameplan.cpp
index 3d7ffd75385..8e63b24593b 100644
--- a/src/mame/drivers/gameplan.cpp
+++ b/src/mame/drivers/gameplan.cpp
@@ -970,9 +970,6 @@ void gameplan_state::gameplan(machine_config &config)
m_riot->out_pb_callback().set(FUNC(gameplan_state::r6532_soundlatch_w));
m_riot->irq_callback().set(FUNC(gameplan_state::r6532_irq));
- MCFG_MACHINE_START_OVERRIDE(gameplan_state,gameplan)
- MCFG_MACHINE_RESET_OVERRIDE(gameplan_state,gameplan)
-
/* video hardware */
gameplan_video(config);