summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/starcrus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/starcrus.cpp')
-rw-r--r--src/mame/drivers/starcrus.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/starcrus.cpp b/src/mame/drivers/starcrus.cpp
index 92fbcc08d20..eb304d53549 100644
--- a/src/mame/drivers/starcrus.cpp
+++ b/src/mame/drivers/starcrus.cpp
@@ -158,8 +158,7 @@ void starcrus_state::starcrus(machine_config &config)
screen.set_palette(m_palette);
GFXDECODE(config, m_gfxdecode, m_palette, gfx_starcrus);
-
- PALETTE(config, m_palette, 2).set_init("palette", FUNC(palette_device::palette_init_monochrome));
+ PALETTE(config, m_palette, palette_device::MONOCHROME);
/* sound hardware */
SPEAKER(config, "mono").front_center();