Fixes Air Buster bootleg from reseting because of the watchdog

This commit is contained in:
Zsolt Vasvari 2008-03-17 00:15:30 +00:00
parent 7fb7afb780
commit 14761df1e4

View File

@ -648,7 +648,7 @@ MACHINE_DRIVER_END
static MACHINE_DRIVER_START( airbusb )
MDRV_IMPORT_FROM(airbustr)
MDRV_WATCHDOG_VBLANK_INIT(0) // no protection device or watchdog
MDRV_WATCHDOG_TIME_INIT(UINT64_ATTOTIME_IN_SEC(0)) // no protection device or watchdog
MACHINE_DRIVER_END