From c54d312234c1a923af41921ad46945cdf78f56a5 Mon Sep 17 00:00:00 2001 From: Patrick Mackinlay Date: Wed, 24 Jul 2019 13:58:27 +0700 Subject: ncr5390: minor sequence bug (nw) --- src/devices/machine/ncr5390.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/machine/ncr5390.cpp b/src/devices/machine/ncr5390.cpp index b513566bb3a..2c516a37ddb 100644 --- a/src/devices/machine/ncr5390.cpp +++ b/src/devices/machine/ncr5390.cpp @@ -472,6 +472,7 @@ void ncr5390_device::step(bool timeout) break; case DISC_SEL_ATN_SEND_BYTE: + command_length--; if(c == CD_SELECT_ATN_STOP) { seq = 1; function_bus_complete(); -- cgit v1.2.3