summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6800/m6801.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6800/m6801.cpp')
-rw-r--r--src/devices/cpu/m6800/m6801.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6800/m6801.cpp b/src/devices/cpu/m6800/m6801.cpp
index b816d9c8710..a5e3226d770 100644
--- a/src/devices/cpu/m6800/m6801.cpp
+++ b/src/devices/cpu/m6800/m6801.cpp
@@ -1787,7 +1787,7 @@ void hd6301x_cpu_device::increment_t2cnt(int amount)
}
m_tcsr3 |= 0x80;
- m_timer_next = 0; // HACK
+ m_timer_next = 0; // HACK
}
else
m_t2cnt += amount;