mirror of
https://github.com/holub/mame
synced 2025-06-29 23:48:56 +03:00
(nw)
This commit is contained in:
parent
3e064256de
commit
919df0cfa8
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user