summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pcxt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pcxt.c')
-rw-r--r--src/mame/drivers/pcxt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pcxt.c b/src/mame/drivers/pcxt.c
index 2daeae7cfad..105be9347b2 100644
--- a/src/mame/drivers/pcxt.c
+++ b/src/mame/drivers/pcxt.c
@@ -142,7 +142,7 @@ UINT32 pcxt_state::screen_update_tetriskr(screen_device &screen, bitmap_rgb32 &b
//popmessage("%04x",m_start_offs);
- bitmap.fill(RGB_BLACK, cliprect);
+ bitmap.fill(rgb_t::black, cliprect);
for(y=0;y<200/8;y++)
{