summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m57.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m57.h')
-rw-r--r--src/mame/includes/m57.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/m57.h b/src/mame/includes/m57.h
index 2471f0ec430..8daf40f6d20 100644
--- a/src/mame/includes/m57.h
+++ b/src/mame/includes/m57.h
@@ -20,6 +20,7 @@ public:
TILE_GET_INFO_MEMBER(get_tile_info);
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_m57(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/m57.c -----------*/
@@ -27,4 +28,4 @@ public:
-SCREEN_UPDATE_IND16( m57 );
+