From 40bd4325e885bdda0e91490ee5491ce94d5cbf3e Mon Sep 17 00:00:00 2001 From: AJR Date: Thu, 2 Apr 2020 13:37:10 -0400 Subject: [PATCH] spg2xx: Fix m_functions.empty() assert in debug build (nw) --- src/devices/machine/spg2xx.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/devices/machine/spg2xx.cpp b/src/devices/machine/spg2xx.cpp index 034854cd68a..25afcd1a13b 100644 --- a/src/devices/machine/spg2xx.cpp +++ b/src/devices/machine/spg2xx.cpp @@ -88,7 +88,6 @@ void spg2xx_device::device_start() m_porta_out.resolve_safe(); m_portb_out.resolve_safe(); m_portc_out.resolve_safe(); - m_portc_out.resolve_safe(); m_porta_in.resolve_safe(0); m_portb_in.resolve_safe(0); m_portc_in.resolve_safe(0);