summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namcos1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namcos1.c')
-rw-r--r--src/mame/machine/namcos1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/namcos1.c b/src/mame/machine/namcos1.c
index a783857c433..811996eb1d3 100644
--- a/src/mame/machine/namcos1.c
+++ b/src/mame/machine/namcos1.c
@@ -602,7 +602,7 @@ WRITE8_HANDLER( namcos1_watchdog_w )
wdog |= 2;
else if (space->cpu == space->machine->device("audiocpu"))
wdog |= 4;
-
+
if (wdog == 7 || !namcos1_reset)
{
wdog = 0;