summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taito_z.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/taito_z.h')
-rw-r--r--src/mame/includes/taito_z.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/taito_z.h b/src/mame/includes/taito_z.h
index f12c00b3f28..c3f06f3f437 100644
--- a/src/mame/includes/taito_z.h
+++ b/src/mame/includes/taito_z.h
@@ -85,4 +85,5 @@ public:
UINT32 screen_update_spacegun(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_dblaxle(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_racingb(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(sci_interrupt);
};