summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/duet16.cpp
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2018-02-20 21:54:55 -0600
committer cracyc <cracyc@users.noreply.github.com>2018-02-20 21:54:55 -0600
commitef1074d679728a823de1fad3015169aa80ce06e2 (patch)
treeeae02435404afdcf90e92bd698fab855f0eb4240 /src/mame/drivers/duet16.cpp
parent321442c3a47c60ea245b34173aa7bbc1af120d17 (diff)
duet16: fix palette order (nw)
Diffstat (limited to 'src/mame/drivers/duet16.cpp')
-rw-r--r--src/mame/drivers/duet16.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/duet16.cpp b/src/mame/drivers/duet16.cpp
index a9b0529ff34..4b90739cc76 100644
--- a/src/mame/drivers/duet16.cpp
+++ b/src/mame/drivers/duet16.cpp
@@ -407,7 +407,7 @@ MACHINE_CONFIG_START(duet16_state::duet16)
MCFG_MC6845_UPDATE_ROW_CB(duet16_state, crtc_update_row)
MCFG_PALETTE_ADD("palette", 8)
- MCFG_PALETTE_ADD_3BIT_GRB("chrpal")
+ MCFG_PALETTE_ADD_3BIT_BRG("chrpal")
MCFG_GFXDECODE_ADD("gfxdecode", "chrpal", duet16)