summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xevious.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/xevious.h')
-rw-r--r--src/mame/includes/xevious.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/xevious.h b/src/mame/includes/xevious.h
index 6c3b8079163..1c296fcc21a 100644
--- a/src/mame/includes/xevious.h
+++ b/src/mame/includes/xevious.h
@@ -38,7 +38,7 @@ public:
DECLARE_MACHINE_RESET(xevios);
DECLARE_MACHINE_RESET(battles);
uint32_t screen_update_xevious(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- INTERRUPT_GEN_MEMBER(battles_interrupt_4);
+ DECLARE_WRITE_LINE_MEMBER(battles_interrupt_4);
TIMER_DEVICE_CALLBACK_MEMBER(battles_nmi_generate);
void draw_sprites(bitmap_ind16 &bitmap,const rectangle &cliprect);
DECLARE_WRITE8_MEMBER( xevious_fg_videoram_w );