summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mcr68.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mcr68.cpp')
-rw-r--r--src/mame/drivers/mcr68.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mame/drivers/mcr68.cpp b/src/mame/drivers/mcr68.cpp
index f343bbd22b5..ea061eda6b0 100644
--- a/src/mame/drivers/mcr68.cpp
+++ b/src/mame/drivers/mcr68.cpp
@@ -918,8 +918,6 @@ void mcr68_state::mcr68(machine_config &config)
m_maincpu->set_addrmap(AS_PROGRAM, &mcr68_state::mcr68_map);
WATCHDOG_TIMER(config, "watchdog").set_vblank_count("screen", 8);
- MCFG_MACHINE_START_OVERRIDE(mcr68_state,mcr68)
- MCFG_MACHINE_RESET_OVERRIDE(mcr68_state,mcr68)
PTM6840(config, m_ptm, 7723800 / 10);
m_ptm->irq_callback().set_inputline("maincpu", 2);
@@ -938,8 +936,6 @@ void mcr68_state::mcr68(machine_config &config)
GFXDECODE(config, m_gfxdecode, "palette", gfx_mcr68);
PALETTE(config, "palette").set_format(palette_device::xRBG_333, 64);
- MCFG_VIDEO_START_OVERRIDE(mcr68_state,mcr68)
-
/* sound hardware -- determined by specific machine */
SPEAKER(config, "speaker").front_center();
}