summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/system1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/system1.h')
-rw-r--r--src/mame/includes/system1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/system1.h b/src/mame/includes/system1.h
index 294927932f0..58c1af73fed 100644
--- a/src/mame/includes/system1.h
+++ b/src/mame/includes/system1.h
@@ -107,6 +107,7 @@ public:
UINT32 screen_update_system1(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_system2(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_system2_rowscroll(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(mcu_irq_assert);
};