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