summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/stadhero.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/stadhero.h')
-rw-r--r--src/mame/includes/stadhero.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/stadhero.h b/src/mame/includes/stadhero.h
index e4285fa2a11..ce2a74980fd 100644
--- a/src/mame/includes/stadhero.h
+++ b/src/mame/includes/stadhero.h
@@ -38,4 +38,5 @@ public:
TILE_GET_INFO_MEMBER(get_pf1_tile_info);
uint32_t screen_update_stadhero(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void stadhero(machine_config &config);
};