summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2017-01-04 18:39:02 +0000
committer David Haywood <mamehaze@users.noreply.github.com>2017-01-04 18:39:02 +0000
commit919df0cfa83c36323ba67a8f8d1db2b25b2d74ec (patch)
treeedf2e0c884936c03a6ec9c6caa1b8190fae60150 /src
parent3e064256dee154be1e61047f1d3dd39898ac2dcb (diff)
(nw)
Diffstat (limited to 'src')
-rw-r--r--src/devices/cpu/m6805/m6805.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6805/m6805.cpp b/src/devices/cpu/m6805/m6805.cpp
index 40c5973773b..7a8a3a43a97 100644
--- a/src/devices/cpu/m6805/m6805.cpp
+++ b/src/devices/cpu/m6805/m6805.cpp
@@ -1286,7 +1286,7 @@ void m68705_new_device::device_start()
m_portB_in = 0xff;
m_portC_in = 0xff;
- // allocate the MCU timer, even if we have no MCU, and set it to fire NEVER.
+ // allocate the MCU timer, and set it to fire NEVER.
m_68705_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(m68705_new_device::timer_68705_increment),this));
m_68705_timer->adjust(attotime::never);