summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/spy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/spy.cpp')
-rw-r--r--src/mame/drivers/spy.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/spy.cpp b/src/mame/drivers/spy.cpp
index 34968819679..434b002b8ff 100644
--- a/src/mame/drivers/spy.cpp
+++ b/src/mame/drivers/spy.cpp
@@ -515,9 +515,8 @@ void spy_state::spy(machine_config &config)
screen.set_screen_update(FUNC(spy_state::screen_update_spy));
screen.set_palette(m_palette);
- PALETTE(config, m_palette, 1024);
+ PALETTE(config, m_palette).set_format(palette_device::xBGR_555, 1024);
m_palette->enable_shadows();
- m_palette->set_format(PALETTE_FORMAT_xBBBBBGGGGGRRRRR);
K052109(config, m_k052109, 0);
m_k052109->set_palette(m_palette);