upd1771.c: resolve_safe(), heeding advice. (nw)

This commit is contained in:
Ivan Vangelista 2014-03-12 04:09:55 +00:00
parent 840462f583
commit ab507b68dc

View File

@ -235,7 +235,7 @@ upd1771c_device::upd1771c_device(const machine_config &mconfig, const char *tag,
void upd1771c_device::device_start()
{
/* 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));