gmissile - change watchdog to be same as other similar hardware (not worth mentioning)

This commit is contained in:
Derrick Renaud 2011-09-11 23:08:37 +00:00
parent b3239b944a
commit ca2199a93b

View File

@ -1587,7 +1587,7 @@ static MACHINE_CONFIG_DERIVED( gmissile, mw8080bw_root )
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_IO_MAP(gmissile_io_map)
MCFG_MACHINE_START(gmissile)
MCFG_WATCHDOG_VBLANK_INIT(255) /* really based on a 60Hz clock source */
MCFG_WATCHDOG_TIME_INIT(attotime::from_hz(MW8080BW_60HZ / 255))
/* add shifter */
MCFG_MB14241_ADD("mb14241")