summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/archimds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/archimds.cpp')
-rw-r--r--src/mame/machine/archimds.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/machine/archimds.cpp b/src/mame/machine/archimds.cpp
index ebe2cfa35c6..86f8cc67ac3 100644
--- a/src/mame/machine/archimds.cpp
+++ b/src/mame/machine/archimds.cpp
@@ -811,6 +811,7 @@ WRITE32_MEMBER(archimedes_state::archimedes_ioc_w)
case 0x18: // latch B
/*
---- x--- floppy controller reset
+ ---x ---- printer strobe
*/
m_fdc->dden_w(BIT(data, 1));
m_fdc->mr_w(BIT(data, 3));