summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/yiear.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/yiear.h')
-rw-r--r--src/mame/includes/yiear.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/yiear.h b/src/mame/includes/yiear.h
index c64efbd960e..8f698e04abe 100644
--- a/src/mame/includes/yiear.h
+++ b/src/mame/includes/yiear.h
@@ -35,6 +35,7 @@ public:
virtual void machine_reset();
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_yiear(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -43,4 +44,4 @@ public:
-SCREEN_UPDATE_IND16( yiear );
+