summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sshangha.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sshangha.cpp')
-rw-r--r--src/mame/drivers/sshangha.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sshangha.cpp b/src/mame/drivers/sshangha.cpp
index 0cfc1e26e2d..1200d740f49 100644
--- a/src/mame/drivers/sshangha.cpp
+++ b/src/mame/drivers/sshangha.cpp
@@ -431,7 +431,7 @@ void sshangha_state::sshangha(machine_config &config)
GFXDECODE(config, "gfxdecode", m_palette, gfx_sshangha);
- PALETTE(config, m_palette, 0x4000).set_format(PALETTE_FORMAT_XBGR);
+ PALETTE(config, m_palette).set_format(palette_device::xBGR_888, 0x4000);
DECO16IC(config, m_tilegen, 0);
m_tilegen->set_split(0);