summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/trs80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/trs80.cpp')
-rw-r--r--src/mame/machine/trs80.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/machine/trs80.cpp b/src/mame/machine/trs80.cpp
index 7e591af3052..50134a236e7 100644
--- a/src/mame/machine/trs80.cpp
+++ b/src/mame/machine/trs80.cpp
@@ -224,13 +224,13 @@ INTERRUPT_GEN_MEMBER(trs80_state::rtc_interrupt)
// While we're here, let's countdown the motor timeout too.
// Let's not... LDOS often freezes
-// if (m_timeout)
-// {
-// m_timeout--;
-// if (m_timeout == 0)
-// if (m_floppy)
-// m_floppy->mon_w(1); // motor off
-// }
+// if (m_timeout)
+// {
+// m_timeout--;
+// if (m_timeout == 0)
+// if (m_floppy)
+// m_floppy->mon_w(1); // motor off
+// }
}