mirror of
https://github.com/holub/mame
synced 2025-05-02 12:36:41 +03:00
upd1771.c: resolve_safe(), heeding advice. (nw)
This commit is contained in:
parent
840462f583
commit
ab507b68dc
@ -235,7 +235,7 @@ upd1771c_device::upd1771c_device(const machine_config &mconfig, const char *tag,
|
|||||||
void upd1771c_device::device_start()
|
void upd1771c_device::device_start()
|
||||||
{
|
{
|
||||||
/* resolve callbacks */
|
/* resolve callbacks */
|
||||||
m_ack_handler.resolve();
|
m_ack_handler.resolve_safe();
|
||||||
|
|
||||||
m_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(upd1771c_device::ack_callback),this));
|
m_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(upd1771c_device::ack_callback),this));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user