summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/meadows.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/meadows.h')
-rw-r--r--src/mame/includes/meadows.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/meadows.h b/src/mame/includes/meadows.h
index 504a5442818..183027ca1e2 100644
--- a/src/mame/includes/meadows.h
+++ b/src/mame/includes/meadows.h
@@ -46,6 +46,9 @@ public:
virtual void video_start();
virtual void palette_init();
UINT32 screen_update_meadows(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(meadows_interrupt);
+ INTERRUPT_GEN_MEMBER(minferno_interrupt);
+ INTERRUPT_GEN_MEMBER(audio_interrupt);
};