summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/duet16.cpp
diff options
context:
space:
mode:
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)