summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m58.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m58.h')
-rw-r--r--src/mame/includes/m58.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/m58.h b/src/mame/includes/m58.h
index 0c33a1bdaf4..0af85807b9a 100644
--- a/src/mame/includes/m58.h
+++ b/src/mame/includes/m58.h
@@ -56,4 +56,5 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect );
void draw_panel( bitmap_ind16 &bitmap, const rectangle &cliprect );
+ void yard(machine_config &config);
};