summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/psychic5.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/psychic5.h')
-rw-r--r--src/mame/includes/psychic5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/psychic5.h b/src/mame/includes/psychic5.h
index c4aba904c71..78165e5a7ee 100644
--- a/src/mame/includes/psychic5.h
+++ b/src/mame/includes/psychic5.h
@@ -91,5 +91,7 @@ public:
void change_bg_palette(int color, int lo_offs, int hi_offs);
void set_background_palette_intensity();
void draw_sprites(bitmap_rgb32 &bitmap, const rectangle &cliprect);
+ void psychic5(machine_config &config);
+ void bombsa(machine_config &config);
void draw_background(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect); //only used by psychic5
};