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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/sbasketb.h b/src/mame/includes/sbasketb.h
index 0780c076d95..663f93cbc11 100644
--- a/src/mame/includes/sbasketb.h
+++ b/src/mame/includes/sbasketb.h
@@ -77,7 +77,7 @@ private:
DECLARE_WRITE8_MEMBER( konami_SN76496_w ) { m_sn->write(m_SN76496_latch); };
TILE_GET_INFO_MEMBER(get_bg_tile_info);
virtual void video_start() override;
- DECLARE_PALETTE_INIT(sbasketb);
+ void sbasketb_palette(palette_device &palette) const;
uint32_t screen_update_sbasketb(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(vblank_irq);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );