summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m90.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m90.cpp')
-rw-r--r--src/mame/drivers/m90.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m90.cpp b/src/mame/drivers/m90.cpp
index 39b3747a95a..ceff4b12215 100644
--- a/src/mame/drivers/m90.cpp
+++ b/src/mame/drivers/m90.cpp
@@ -754,7 +754,7 @@ void m90_state::m90(machine_config &config)
m_screen->screen_vblank().set_inputline("maincpu", NEC_INPUT_LINE_INTP0);
GFXDECODE(config, m_gfxdecode, m_palette, gfx_m90);
- PALETTE(config, m_palette, 512).set_format(PALETTE_FORMAT_xBBBBBGGGGGRRRRR);
+ PALETTE(config, m_palette).set_format(palette_device::xBGR_555, 512);
/* sound hardware */
SPEAKER(config, "speaker").front_center();