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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/splash.h b/src/mame/includes/splash.h
index e46a4b2b195..ec8cf82cec1 100644
--- a/src/mame/includes/splash.h
+++ b/src/mame/includes/splash.h
@@ -91,6 +91,8 @@ public:
INTERRUPT_GEN_MEMBER(roldfrog_interrupt);
void roldfrog_update_irq( );
+ void roldfrog(machine_config &config);
+ void splash(machine_config &config);
};
class funystrp_state : public splash_state
@@ -124,6 +126,7 @@ public:
uint32_t screen_update_funystrp(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void funystrp_draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void funystrp(machine_config &config);
private:
virtual void machine_start() override;