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, 2 insertions, 1 deletions
diff --git a/src/mame/includes/homerun.h b/src/mame/includes/homerun.h
index 2d5a71cbf54..0fb7596f006 100644
--- a/src/mame/includes/homerun.h
+++ b/src/mame/includes/homerun.h
@@ -52,6 +52,7 @@ public:
virtual void machine_start();
virtual void machine_reset();
virtual void video_start();
+ UINT32 screen_update_homerun(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -60,4 +61,4 @@ public:
DECLARE_WRITE8_DEVICE_HANDLER( homerun_banking_w );
-SCREEN_UPDATE_IND16(homerun);
+