summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/unixpc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/unixpc.cpp')
-rw-r--r--src/mame/drivers/unixpc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/unixpc.cpp b/src/mame/drivers/unixpc.cpp
index 0f95c0417cf..a85c694d87a 100644
--- a/src/mame/drivers/unixpc.cpp
+++ b/src/mame/drivers/unixpc.cpp
@@ -266,7 +266,7 @@ WRITE16_MEMBER(unixpc_state::disk_control_w)
// TODO: bits 0-2 = head select
- m_hdc->drdy_w(BIT(data, 3) && m_hdr0->exists());
+ m_hdc->drdy_w(BIT(data, 3) && m_hdr0->exists());
if (!BIT(data, 4))
m_hdc->reset();