From 45b12b66f20e54c2b96bd14dc89dd48b6b8e50a8 Mon Sep 17 00:00:00 2001 From: Brian Johnson Date: Sun, 2 Oct 2022 08:56:15 -0400 Subject: wd1000: use resolve_safe for m_intrq_cb (#10382) --- src/devices/machine/wd1000.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/machine/wd1000.cpp b/src/devices/machine/wd1000.cpp index 848c368e6b6..ba4c6a5c1a9 100644 --- a/src/devices/machine/wd1000.cpp +++ b/src/devices/machine/wd1000.cpp @@ -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 -- cgit v1.2.3