summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/archimds.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-03-26 08:34:42 -0400
committer AJR <ajrhacker@users.noreply.github.com>2020-03-26 08:34:42 -0400
commita9ce5b4c242b22861826b3bca4eb045b5711dcca (patch)
tree4cfc10590179a5e214189c3f4395a931ffae3271 /src/mame/machine/archimds.cpp
parent3fdf7e13a6c73e43fb56d2bbedca663c7279d202 (diff)
Misc. fixups (nw)
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));