mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
Verified watchdog behaviour in schematics.
This commit is contained in:
parent
889a589849
commit
4021930758
@ -228,8 +228,11 @@ static MACHINE_DRIVER_START( invadpt2 )
|
||||
MDRV_IMPORT_FROM(mw8080bw_root)
|
||||
MDRV_CPU_MODIFY("main")
|
||||
MDRV_CPU_IO_MAP(invadpt2_io_map,0)
|
||||
MDRV_WATCHDOG_VBLANK_INIT(255)
|
||||
|
||||
|
||||
/* 60 Hz signal clocks two LS161. Ripple carry will */
|
||||
/* reset circuit, if LS161 not cleared before. */
|
||||
MDRV_WATCHDOG_VBLANK_INIT(255)
|
||||
|
||||
/* video hardware */
|
||||
MDRV_VIDEO_UPDATE(invadpt2)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user