summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nsmpoker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/nsmpoker.c')
-rw-r--r--src/mame/drivers/nsmpoker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/nsmpoker.c b/src/mame/drivers/nsmpoker.c
index a564ead9f88..b862c721d30 100644
--- a/src/mame/drivers/nsmpoker.c
+++ b/src/mame/drivers/nsmpoker.c
@@ -146,7 +146,7 @@ static PALETTE_INIT( nsmpoker )
static INTERRUPT_GEN( nsmpoker_interrupt )
{
- device_set_input_line_and_vector(device, 0, ASSERT_LINE, 3);//2=nmi 3,4,5,6
+ device->execute().set_input_line_and_vector(0, ASSERT_LINE, 3);//2=nmi 3,4,5,6
}
//WRITE8_MEMBER(nsmpoker_state::debug_w)