mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
wd1000: use resolve_safe for m_intrq_cb (#10382)
This commit is contained in:
parent
9f3e4fe03a
commit
45b12b66f2
@ -58,7 +58,7 @@ void wd1000_device::set_sector_base(uint32_t base)
|
||||
void wd1000_device::device_start()
|
||||
{
|
||||
// Resolve callbacks
|
||||
m_intrq_cb.resolve();
|
||||
m_intrq_cb.resolve_safe();
|
||||
m_drq_cb.resolve();
|
||||
|
||||
// Allocate timers
|
||||
|
Loading…
Reference in New Issue
Block a user