summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/stfight.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/stfight.h')
-rw-r--r--src/mame/includes/stfight.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/stfight.h b/src/mame/includes/stfight.h
index b285d45b3e6..ba8f1327070 100644
--- a/src/mame/includes/stfight.h
+++ b/src/mame/includes/stfight.h
@@ -46,10 +46,10 @@ public:
virtual void video_start();
virtual void palette_init();
UINT32 screen_update_stfight(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(stfight_vb_interrupt);
};
/*----------- defined in machine/stfight.c -----------*/
-INTERRUPT_GEN( stfight_vb_interrupt );
void stfight_adpcm_int(device_t *device);
DECLARE_WRITE8_DEVICE_HANDLER( stfight_adpcm_control_w );