summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/bfm_dm01.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/bfm_dm01.c')
-rw-r--r--src/mame/video/bfm_dm01.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/bfm_dm01.c b/src/mame/video/bfm_dm01.c
index 7a1a3a3cce1..e486f592e07 100644
--- a/src/mame/video/bfm_dm01.c
+++ b/src/mame/video/bfm_dm01.c
@@ -238,7 +238,7 @@ void BFM_dm01_writedata(running_machine &machine, UINT8 data)
INTERRUPT_GEN( bfm_dm01_vbl )
{
- device_set_input_line(device, INPUT_LINE_NMI, ASSERT_LINE );
+ device->execute().set_input_line(INPUT_LINE_NMI, ASSERT_LINE );
}
///////////////////////////////////////////////////////////////////////////