summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/splash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/splash.h')
-rw-r--r--src/mame/includes/splash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/splash.h b/src/mame/includes/splash.h
index 05c5e4b6d9f..b3d35db4b25 100644
--- a/src/mame/includes/splash.h
+++ b/src/mame/includes/splash.h
@@ -64,4 +64,5 @@ public:
DECLARE_MACHINE_RESET(funystrp);
UINT32 screen_update_splash(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_funystrp(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(roldfrog_interrupt);
};