summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cultures.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cultures.cpp')
-rw-r--r--src/mame/drivers/cultures.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/cultures.cpp b/src/mame/drivers/cultures.cpp
index 51acf0d401b..1fd6a0c4dc8 100644
--- a/src/mame/drivers/cultures.cpp
+++ b/src/mame/drivers/cultures.cpp
@@ -423,8 +423,7 @@ MACHINE_CONFIG_START(cultures_state::cultures)
screen.set_palette("palette");
GFXDECODE(config, m_gfxdecode, "palette", gfx_cultures);
- MCFG_PALETTE_ADD("palette", 0x3000/2)
- MCFG_PALETTE_FORMAT(xRGBRRRRGGGGBBBB_bit0)
+ PALETTE(config, "palette").set_format(palette_device::xRGBRRRRGGGGBBBB_bit0, 0x3000/2);
/* sound hardware */
SPEAKER(config, "mono").front_center();