summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/homerun.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/homerun.h')
-rw-r--r--src/mame/includes/homerun.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/homerun.h b/src/mame/includes/homerun.h
index 6d5492b7089..d99fb353816 100644
--- a/src/mame/includes/homerun.h
+++ b/src/mame/includes/homerun.h
@@ -64,4 +64,7 @@ public:
uint32_t screen_update_homerun(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE8_MEMBER(homerun_banking_w);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
+ void ganjaja(machine_config &config);
+ void dynashot(machine_config &config);
+ void homerun(machine_config &config);
};