summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/moo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/moo.h')
-rw-r--r--src/mame/includes/moo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/moo.h b/src/mame/includes/moo.h
index ab0ee01a02c..82d856d1384 100644
--- a/src/mame/includes/moo.h
+++ b/src/mame/includes/moo.h
@@ -54,6 +54,8 @@ public:
DECLARE_MACHINE_RESET(moo);
DECLARE_VIDEO_START(moo);
UINT32 screen_update_moo(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(moo_interrupt);
+ INTERRUPT_GEN_MEMBER(moobl_interrupt);
};
/*----------- defined in video/moo.c -----------*/