From 3ac43e0187323c2b55dc00c79c31bdd2d50d9b20 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 18 Sep 2012 14:10:42 +0000 Subject: INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) --- src/mame/includes/starshp1.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mame/includes/starshp1.h') diff --git a/src/mame/includes/starshp1.h b/src/mame/includes/starshp1.h index 238079f6c67..cc006978627 100644 --- a/src/mame/includes/starshp1.h +++ b/src/mame/includes/starshp1.h @@ -80,6 +80,7 @@ public: virtual void palette_init(); UINT32 screen_update_starshp1(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); void screen_eof_starshp1(screen_device &screen, bool state); + INTERRUPT_GEN_MEMBER(starshp1_interrupt); }; /*----------- defined in audio/starshp1.c -----------*/ -- cgit v1.2.3