diff options
-rw-r--r-- | src/devices/machine/ds6417.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ds6417.cpp b/src/devices/machine/ds6417.cpp index 4a1128c2fe1..ef359d9ffd1 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 & 0x3fff, SEEK_SET); + fseek(m_addr & 0x7fff, SEEK_SET); break; } } |