summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mustache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mustache.cpp')
-rw-r--r--src/mame/drivers/mustache.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mustache.cpp b/src/mame/drivers/mustache.cpp
index 5400b2e1024..eae1abaf643 100644
--- a/src/mame/drivers/mustache.cpp
+++ b/src/mame/drivers/mustache.cpp
@@ -198,10 +198,10 @@ MACHINE_CONFIG_START(mustache_state::mustache)
MCFG_SCREEN_SIZE(32*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(1*8, 31*8-1, 0, 31*8-1)
MCFG_SCREEN_UPDATE_DRIVER(mustache_state, screen_update)
- MCFG_SCREEN_PALETTE("palette")
+ MCFG_SCREEN_PALETTE(m_palette)
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_mustache)
- MCFG_PALETTE_ADD_RRRRGGGGBBBB_PROMS("palette", "proms", 256)
+ PALETTE(config, m_palette, palette_device::RGB_444_PROMS, "proms", 256);
/* sound hardware */
SPEAKER(config, "mono").front_center();