From 919df0cfa83c36323ba67a8f8d1db2b25b2d74ec Mon Sep 17 00:00:00 2001 From: David Haywood Date: Wed, 4 Jan 2017 18:39:02 +0000 Subject: [PATCH] (nw) --- src/devices/cpu/m6805/m6805.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);