summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m52.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m52.h')
-rw-r--r--src/mame/includes/m52.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/m52.h b/src/mame/includes/m52.h
index c39aff93fcc..bf5994eaab2 100644
--- a/src/mame/includes/m52.h
+++ b/src/mame/includes/m52.h
@@ -34,6 +34,7 @@ public:
virtual void machine_reset();
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_m52(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/m52.c -----------*/
@@ -41,4 +42,4 @@ public:
-SCREEN_UPDATE_IND16( m52 );
+