summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
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
parent3fdf7e13a6c73e43fb56d2bbedca663c7279d202 (diff)
Misc. fixups (nw)
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/atarist.cpp2
-rw-r--r--src/mame/machine/archimds.cpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/atarist.cpp b/src/mame/drivers/atarist.cpp
index 08757d963fe..b8987f14135 100644
--- a/src/mame/drivers/atarist.cpp
+++ b/src/mame/drivers/atarist.cpp
@@ -733,7 +733,7 @@ WRITE_LINE_MEMBER( st_state::reset_w )
{
//glu_reset();
m_mfp->reset();
- //m_ikbd->pulse_input_line(INPUT_LINE_RESET, attotime::zero);
+ m_ikbd->pulse_input_line(INPUT_LINE_RESET, attotime::zero);
m_fdc->soft_reset();
//m_acsi->reset();
}
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));