summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/pgm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/pgm.c')
-rw-r--r--src/mame/video/pgm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/pgm.c b/src/mame/video/pgm.c
index 490a85649a3..2b1b2a54cd4 100644
--- a/src/mame/video/pgm.c
+++ b/src/mame/video/pgm.c
@@ -625,7 +625,7 @@ VIDEO_START_MEMBER(pgm_state,pgm)
m_bg_tilemap->set_scroll_rows(16 * 32);
for (i = 0; i < 0x1200 / 2; i++)
- palette_set_color(machine(), i, MAKE_RGB(0, 0, 0));
+ palette_set_color(machine(), i, rgb_t(0, 0, 0));
m_spritebufferram = auto_alloc_array_clear(machine(), UINT16, 0xa00/2);