summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/seibuspi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/seibuspi.h')
-rw-r--r--src/mame/includes/seibuspi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/seibuspi.h b/src/mame/includes/seibuspi.h
index 94529b6963d..3d4affcaf8c 100644
--- a/src/mame/includes/seibuspi.h
+++ b/src/mame/includes/seibuspi.h
@@ -115,6 +115,7 @@ public:
DECLARE_MACHINE_RESET(sxx2f);
UINT32 screen_update_spi(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
UINT32 screen_update_sys386f2(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(spi_interrupt);
};
/*----------- defined in machine/spisprit.c -----------*/
void seibuspi_sprite_decrypt(UINT8 *src, int romsize);