mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
ds6417: fix mask
This commit is contained in:
parent
cd8d2a8050
commit
f4713dc28c
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user