summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/qdrmfgp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/qdrmfgp.c')
-rw-r--r--src/mame/video/qdrmfgp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/qdrmfgp.c b/src/mame/video/qdrmfgp.c
index 226c6675bfc..132f7db207e 100644
--- a/src/mame/video/qdrmfgp.c
+++ b/src/mame/video/qdrmfgp.c
@@ -54,7 +54,7 @@ VIDEO_START_MEMBER(qdrmfgp_state,qdrmfgp2)
UINT32 qdrmfgp_state::screen_update_qdrmfgp(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
- bitmap.fill(get_black_pen(machine()), cliprect);
+ bitmap.fill(m_palette->black_pen(), cliprect);
m_k056832->tilemap_draw(screen, bitmap, cliprect, 3, 0, 1);
m_k056832->tilemap_draw(screen, bitmap, cliprect, 2, 0, 2);