summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dynduke.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dynduke.h')
-rw-r--r--src/mame/includes/dynduke.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/dynduke.h b/src/mame/includes/dynduke.h
index 17392b90cd8..7c591977ad6 100644
--- a/src/mame/includes/dynduke.h
+++ b/src/mame/includes/dynduke.h
@@ -41,4 +41,5 @@ public:
TILE_GET_INFO_MEMBER(get_tx_tile_info);
virtual void video_start();
UINT32 screen_update_dynduke(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(dynduke_interrupt);
};