summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taito_l.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taito_l.cpp')
-rw-r--r--src/mame/drivers/taito_l.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/taito_l.cpp b/src/mame/drivers/taito_l.cpp
index 6a4b96264b0..e12b2e3cecc 100644
--- a/src/mame/drivers/taito_l.cpp
+++ b/src/mame/drivers/taito_l.cpp
@@ -1453,7 +1453,7 @@ MACHINE_CONFIG_START(taitol_state::l_system_video)
MCFG_GFXDECODE_ADD("gfxdecode", "palette", taito_l)
MCFG_PALETTE_ADD("palette", 256)
- MCFG_PALETTE_FORMAT(xRGBRRRRGGGGBBBB_bit0)
+ MCFG_PALETTE_FORMAT(xxxxBBBBGGGGRRRR)
MCFG_VIDEO_START_OVERRIDE(taitol_state, taito_l)