summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/system1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/system1.cpp')
-rw-r--r--src/mame/drivers/system1.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/system1.cpp b/src/mame/drivers/system1.cpp
index 8d259fe88b1..c077f2ceea1 100644
--- a/src/mame/drivers/system1.cpp
+++ b/src/mame/drivers/system1.cpp
@@ -2188,8 +2188,7 @@ void system1_state::sys1ppi(machine_config &config)
m_screen->set_palette(m_palette);
GFXDECODE(config, m_gfxdecode, m_palette, gfx_system1);
-
- PALETTE(config, m_palette, 2048).set_format(PALETTE_FORMAT_BBGGGRRR);
+ PALETTE(config, m_palette).set_format(palette_device::BGR_233, 2048);
/* sound hardware */
SPEAKER(config, "mono").front_center();