summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ds6417.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ds6417.cpp')
-rw-r--r--src/devices/machine/ds6417.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ds6417.cpp b/src/devices/machine/ds6417.cpp
index ef359d9ffd1..4a1128c2fe1 100644
--- a/src/devices/machine/ds6417.cpp
+++ b/src/devices/machine/ds6417.cpp
@@ -166,7 +166,7 @@ WRITE_LINE_MEMBER( ds6417_device::clock_w )
}
m_start = true;
- fseek(m_addr & 0x7fff, SEEK_SET);
+ fseek(m_addr & 0x3fff, SEEK_SET);
break;
}
}