summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/wangpc/mvc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/wangpc/mvc.c')
-rw-r--r--src/emu/bus/wangpc/mvc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/bus/wangpc/mvc.c b/src/emu/bus/wangpc/mvc.c
index 851c31958ac..7c55635b3f6 100644
--- a/src/emu/bus/wangpc/mvc.c
+++ b/src/emu/bus/wangpc/mvc.c
@@ -51,9 +51,9 @@
static const rgb_t PALETTE[] =
{
- RGB_BLACK,
- MAKE_RGB(0x00, 0x80, 0x00),
- MAKE_RGB(0x00, 0xff, 0x00)
+ rgb_t::black,
+ rgb_t(0x00, 0x80, 0x00),
+ rgb_t(0x00, 0xff, 0x00)
};