summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/segaxbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/segaxbd.c')
-rw-r--r--src/mame/video/segaxbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/segaxbd.c b/src/mame/video/segaxbd.c
index dced57c0ca9..ba9aead0c78 100644
--- a/src/mame/video/segaxbd.c
+++ b/src/mame/video/segaxbd.c
@@ -34,7 +34,7 @@ UINT32 segaxbd_state::screen_update(screen_device &screen, bitmap_ind16 &bitmap,
// if no drawing is happening, fill with black and get out
if (!m_segaic16vid->segaic16_display_enable)
{
- bitmap.fill(get_black_pen(machine()), cliprect);
+ bitmap.fill(m_palette->black_pen(), cliprect);
return 0;
}