summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taito_f3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taito_f3.cpp')
-rw-r--r--src/mame/drivers/taito_f3.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/mame/drivers/taito_f3.cpp b/src/mame/drivers/taito_f3.cpp
index 2b2ab0fb6a2..4ff48705252 100644
--- a/src/mame/drivers/taito_f3.cpp
+++ b/src/mame/drivers/taito_f3.cpp
@@ -451,7 +451,7 @@ void taito_f3_state::machine_start()
save_item(NAME(m_coin_word));
}
-MACHINE_RESET_MEMBER(taito_f3_state,f3)
+void taito_f3_state::machine_reset()
{
/* start with sound m68k off, qtheater relies on it (otherwise main CPU tries to reset it while 68k is working with irq table vectors). */
m_audiocpu->set_input_line(INPUT_LINE_RESET, ASSERT_LINE);
@@ -464,8 +464,6 @@ MACHINE_CONFIG_START(taito_f3_state::f3)
MCFG_DEVICE_PROGRAM_MAP(f3_map)
MCFG_DEVICE_VBLANK_INT_DRIVER("screen", taito_f3_state, f3_interrupt2)
- MCFG_MACHINE_RESET_OVERRIDE(taito_f3_state,f3)
-
MCFG_EEPROM_SERIAL_93C46_ADD("eeprom")
MCFG_WATCHDOG_ADD("watchdog")
@@ -482,8 +480,6 @@ MACHINE_CONFIG_START(taito_f3_state::f3)
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_taito_f3)
MCFG_PALETTE_ADD("palette", 0x2000)
- MCFG_VIDEO_START_OVERRIDE(taito_f3_state,f3)
-
/* sound hardware */
MCFG_DEVICE_ADD("taito_en", TAITO_EN, 0)
MACHINE_CONFIG_END
@@ -580,8 +576,6 @@ MACHINE_CONFIG_START(taito_f3_state::bubsympb)
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_bubsympb)
MCFG_PALETTE_ADD("palette", 8192)
- MCFG_VIDEO_START_OVERRIDE(taito_f3_state,f3)
-
/* sound hardware */
SPEAKER(config, "mono").front_center();