summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cave.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cave.h')
-rw-r--r--src/mame/includes/cave.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/cave.h b/src/mame/includes/cave.h
index 87f43bd5ce3..84f276ad99a 100644
--- a/src/mame/includes/cave.h
+++ b/src/mame/includes/cave.h
@@ -201,6 +201,7 @@ public:
DECLARE_VIDEO_START(sailormn_3_layers);
DECLARE_PALETTE_INIT(sailormn);
UINT32 screen_update_cave(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(cave_interrupt);
};
/*----------- defined in video/cave.c -----------*/