diff options
Diffstat (limited to 'src/devices/machine/sis5513_ide.cpp')
-rw-r--r-- | src/devices/machine/sis5513_ide.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/sis5513_ide.cpp b/src/devices/machine/sis5513_ide.cpp index de0167fc5e7..f29c91fecf0 100644 --- a/src/devices/machine/sis5513_ide.cpp +++ b/src/devices/machine/sis5513_ide.cpp @@ -144,6 +144,7 @@ void sis5513_ide_device::device_reset() pci_device::device_reset(); command = 0x0000; + command_mask = 5; status = 0x0000; pclass = 0x01018a; m_ide_ctrl0 = 0; |