summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/dec0.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/dec0.cpp')
-rw-r--r--src/mame/machine/dec0.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/dec0.cpp b/src/mame/machine/dec0.cpp
index a5f59d8b347..0dc090e32be 100644
--- a/src/mame/machine/dec0.cpp
+++ b/src/mame/machine/dec0.cpp
@@ -71,7 +71,7 @@ READ16_MEMBER(dec0_state::midres_controls_r)
case 0xa: // clr.w
return 0;
-
+
case 0xc:
return 0; /* ?? watchdog ?? */
}