summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/malzak.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/malzak.c')
-rw-r--r--src/mame/video/malzak.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/malzak.c b/src/mame/video/malzak.c
index 4ad9c365ebe..87f1ecbf63f 100644
--- a/src/mame/video/malzak.c
+++ b/src/mame/video/malzak.c
@@ -22,7 +22,7 @@ UINT32 malzak_state::screen_update_malzak(screen_device &screen, bitmap_rgb32 &b
int sx, sy;
int x,y;
- bitmap.fill(RGB_BLACK);
+ bitmap.fill(rgb_t::black);
m_trom->screen_update(screen, bitmap, cliprect);