summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/blockhl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/blockhl.h')
-rw-r--r--src/mame/includes/blockhl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/blockhl.h b/src/mame/includes/blockhl.h
index a72e0709f55..d4bd2d65d58 100644
--- a/src/mame/includes/blockhl.h
+++ b/src/mame/includes/blockhl.h
@@ -37,6 +37,7 @@ public:
virtual void machine_reset();
virtual void video_start();
UINT32 screen_update_blockhl(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(blockhl_interrupt);
};
/*----------- defined in video/blockhl.c -----------*/