summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/jack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/jack.h')
-rw-r--r--src/mame/includes/jack.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/jack.h b/src/mame/includes/jack.h
index 4d8df83f07e..a0fb8b3857d 100644
--- a/src/mame/includes/jack.h
+++ b/src/mame/includes/jack.h
@@ -87,4 +87,9 @@ public:
void jack_draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
void joinem_draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
void treahunt_decode( );
+ void joinem(machine_config &config);
+ void treahunt(machine_config &config);
+ void unclepoo(machine_config &config);
+ void striv(machine_config &config);
+ void jack(machine_config &config);
};