summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ironhors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ironhors.h')
-rw-r--r--src/mame/includes/ironhors.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/ironhors.h b/src/mame/includes/ironhors.h
index 75f9bd652b3..5046f85d325 100644
--- a/src/mame/includes/ironhors.h
+++ b/src/mame/includes/ironhors.h
@@ -48,6 +48,8 @@ public:
virtual void video_start();
virtual void palette_init();
DECLARE_VIDEO_START(farwest);
+ UINT32 screen_update_ironhors(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_farwest(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -56,6 +58,6 @@ public:
-SCREEN_UPDATE_IND16( ironhors );
-SCREEN_UPDATE_IND16( farwest );
+
+