summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/midzeus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/midzeus.h')
-rw-r--r--src/mame/includes/midzeus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/midzeus.h b/src/mame/includes/midzeus.h
index e1ab4cb5400..239e2768bec 100644
--- a/src/mame/includes/midzeus.h
+++ b/src/mame/includes/midzeus.h
@@ -58,6 +58,7 @@ public:
DECLARE_VIDEO_START(midzeus2);
UINT32 screen_update_midzeus(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_midzeus2(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(display_irq);
};
/*----------- defined in video/midzeus2.c -----------*/