mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Fixes Air Buster bootleg from reseting because of the watchdog
This commit is contained in:
parent
7fb7afb780
commit
14761df1e4
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user