summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/punchout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/punchout.h')
-rw-r--r--src/mame/includes/punchout.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/punchout.h b/src/mame/includes/punchout.h
index 363c91c08bc..3d19b0641a1 100644
--- a/src/mame/includes/punchout.h
+++ b/src/mame/includes/punchout.h
@@ -90,4 +90,7 @@ public:
void drawbs2(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void punchout_copy_top_palette(int bank);
void punchout_copy_bot_palette(int bank);
+ void spnchout(machine_config &config);
+ void armwrest(machine_config &config);
+ void punchout(machine_config &config);
};