summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/highvdeo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/highvdeo.cpp')
-rw-r--r--src/mame/drivers/highvdeo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/highvdeo.cpp b/src/mame/drivers/highvdeo.cpp
index 8d24389d687..6b40faa1962 100644
--- a/src/mame/drivers/highvdeo.cpp
+++ b/src/mame/drivers/highvdeo.cpp
@@ -1194,7 +1194,7 @@ INTERRUPT_GEN_MEMBER(highvdeo_state::vblank_irq)
INTERRUPT_GEN_MEMBER(highvdeo_state::vblank_irq_80186)
{
- device.execute().set_input_line(INPUT_LINE_NMI, PULSE_LINE);
+ device.execute().pulse_input_line(INPUT_LINE_NMI, attotime::zero);
}
void highvdeo_state::ramdac_map(address_map &map)