summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rungun.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rungun.h')
-rw-r--r--src/mame/includes/rungun.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/rungun.h b/src/mame/includes/rungun.h
index ac07dfcc512..bb6bdae3c02 100644
--- a/src/mame/includes/rungun.h
+++ b/src/mame/includes/rungun.h
@@ -53,6 +53,8 @@ public:
virtual void machine_reset();
virtual void video_start();
UINT32 screen_update_rng(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(rng_interrupt);
+ INTERRUPT_GEN_MEMBER(audio_interrupt);
};
/*----------- defined in video/rungun.c -----------*/