summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/mcr3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/mcr3.cpp')
-rw-r--r--src/mame/video/mcr3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/mcr3.cpp b/src/mame/video/mcr3.cpp
index f4a1467c037..ca6add96287 100644
--- a/src/mame/video/mcr3.cpp
+++ b/src/mame/video/mcr3.cpp
@@ -75,7 +75,7 @@ PALETTE_INIT_MEMBER(mcr3_state,spyhunt)
for (i = 0; i < palette.entries(); i++)
{
- palette.set_pen_color(i,rgb_t::black); /* black */
+ palette.set_pen_color(i,rgb_t::black());
}
/* alpha colors are hard-coded */