From 14761df1e4a6e19831a15c940be82fe139e201f7 Mon Sep 17 00:00:00 2001 From: Zsolt Vasvari Date: Mon, 17 Mar 2008 00:15:30 +0000 Subject: [PATCH] Fixes Air Buster bootleg from reseting because of the watchdog --- src/mame/drivers/airbustr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/airbustr.c b/src/mame/drivers/airbustr.c index f88a195ba37..61fe930d218 100644 --- a/src/mame/drivers/airbustr.c +++ b/src/mame/drivers/airbustr.c @@ -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