summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/stactics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/stactics.h')
-rw-r--r--src/mame/includes/stactics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/stactics.h b/src/mame/includes/stactics.h
index 68bb71ccccf..6b521ed866c 100644
--- a/src/mame/includes/stactics.h
+++ b/src/mame/includes/stactics.h
@@ -60,6 +60,7 @@ public:
DECLARE_VIDEO_START(stactics);
DECLARE_PALETTE_INIT(stactics);
UINT32 screen_update_stactics(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(stactics_interrupt);
};
/*----------- defined in video/stactics.c -----------*/
MACHINE_CONFIG_EXTERN( stactics_video );