summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/crimfght.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/crimfght.cpp')
-rw-r--r--src/mame/drivers/crimfght.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/crimfght.cpp b/src/mame/drivers/crimfght.cpp
index 4537003ea74..861696da537 100644
--- a/src/mame/drivers/crimfght.cpp
+++ b/src/mame/drivers/crimfght.cpp
@@ -322,9 +322,8 @@ void crimfght_state::crimfght(machine_config &config)
screen.set_screen_update(FUNC(crimfght_state::screen_update_crimfght));
screen.set_palette(m_palette);
- PALETTE(config, m_palette, 512);
+ PALETTE(config, m_palette).set_format(palette_device::xBGR_555, 512);
m_palette->enable_shadows();
- m_palette->set_format(PALETTE_FORMAT_xBBBBBGGGGGRRRRR);
K052109(config, m_k052109, 0);
m_k052109->set_palette(m_palette);