mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +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()
|
void wd1000_device::device_start()
|
||||||
{
|
{
|
||||||
// Resolve callbacks
|
// Resolve callbacks
|
||||||
m_intrq_cb.resolve();
|
m_intrq_cb.resolve_safe();
|
||||||
m_drq_cb.resolve();
|
m_drq_cb.resolve();
|
||||||
|
|
||||||
// Allocate timers
|
// Allocate timers
|
||||||
|
Loading…
Reference in New Issue
Block a user