summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rpunch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rpunch.h')
-rw-r--r--src/mame/includes/rpunch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/rpunch.h b/src/mame/includes/rpunch.h
index a67e0f56fc6..e0467f5aed5 100644
--- a/src/mame/includes/rpunch.h
+++ b/src/mame/includes/rpunch.h
@@ -70,4 +70,7 @@ public:
TIMER_CALLBACK_MEMBER(crtc_interrupt_gen);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect, int start, int stop);
void draw_bitmap(bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void svolley(machine_config &config);
+ void rpunch(machine_config &config);
+ void svolleybl(machine_config &config);
};