summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xavix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/xavix.cpp')
-rw-r--r--src/mame/drivers/xavix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/xavix.cpp b/src/mame/drivers/xavix.cpp
index 4955d7ef27a..224b2b0d3d2 100644
--- a/src/mame/drivers/xavix.cpp
+++ b/src/mame/drivers/xavix.cpp
@@ -862,7 +862,7 @@ void xavix_state::xavix(machine_config &config)
GFXDECODE(config, m_gfxdecode, m_palette, gfx_xavix);
- PALETTE(config, m_palette, 256).set_init("palette", FUNC(palette_device::palette_init_all_black));
+ PALETTE(config, m_palette, palette_device::BLACK, 256);
/* sound hardware */