From a2f98cef010dd2df31bba232e9ea46bb73f72185 Mon Sep 17 00:00:00 2001 From: angelosa Date: Fri, 11 Dec 2015 01:01:27 +0100 Subject: [PATCH] Forgot to say this, nw --- src/mame/drivers/konamigx.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mame/drivers/konamigx.cpp b/src/mame/drivers/konamigx.cpp index 60760cda621..97b23e6d7c8 100644 --- a/src/mame/drivers/konamigx.cpp +++ b/src/mame/drivers/konamigx.cpp @@ -625,6 +625,7 @@ INTERRUPT_GEN_MEMBER(konamigx_state::konamigx_type2_vblank_irq) if ((m_gx_wrport1_1 & 0x81) == 0x81 || (m_gx_syncen & 1)) { m_gx_syncen &= ~1; + // TODO: enabling ASSERT_LINE breaks opengolf, annoying. device.execute().set_input_line(1, HOLD_LINE); } }