summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/p2000t_mdcr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/p2000t_mdcr.cpp')
-rw-r--r--src/mame/machine/p2000t_mdcr.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/machine/p2000t_mdcr.cpp b/src/mame/machine/p2000t_mdcr.cpp
index a19f3b6a752..568364de3cf 100644
--- a/src/mame/machine/p2000t_mdcr.cpp
+++ b/src/mame/machine/p2000t_mdcr.cpp
@@ -87,7 +87,7 @@ void mdcr_device::device_add_mconfig(machine_config &config)
{
CASSETTE(config, m_cassette);
m_cassette->set_default_state(CASSETTE_STOPPED | CASSETTE_MOTOR_DISABLED |
- CASSETTE_SPEAKER_MUTED);
+ CASSETTE_SPEAKER_MUTED);
m_cassette->set_interface("p2000_cass");
m_cassette->set_formats(p2000t_cassette_formats);
}
@@ -199,7 +199,7 @@ bool mdcr_device::tape_start_or_end()
{
auto pos = m_cassette->get_position();
auto bet = m_cassette->motor_on() &&
- (pos <= 0 || pos >= m_cassette->get_length());
+ (pos <= 0 || pos >= m_cassette->get_length());
// Reset phase decoder at tape start/end.
if (bet)
@@ -239,7 +239,7 @@ bool mdcr_device::phase_decoder::signal(bool state, double delay)
if (state == m_last_signal)
{
if (m_needs_sync == 0 && m_current_clock > m_clock_period &&
- !within_tolerance(m_current_clock, m_clock_period))
+ !within_tolerance(m_current_clock, m_clock_period))
{
// We might be at the last bit in a sequence, meaning we
// are only getting the reference signal for a while.