summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galeb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galeb.cpp')
-rw-r--r--src/mame/drivers/galeb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/galeb.cpp b/src/mame/drivers/galeb.cpp
index 0880b7f94dc..cc7cd4cf938 100644
--- a/src/mame/drivers/galeb.cpp
+++ b/src/mame/drivers/galeb.cpp
@@ -176,11 +176,11 @@ MACHINE_CONFIG_START(galeb_state::galeb)
MCFG_SCREEN_SIZE(48*8, 16*8)
MCFG_SCREEN_VISIBLE_AREA(0, 48*8-1, 0, 16*8-1)
MCFG_SCREEN_UPDATE_DRIVER(galeb_state, screen_update_galeb)
- MCFG_SCREEN_PALETTE("palette")
+ MCFG_SCREEN_PALETTE(m_palette)
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_galeb )
- MCFG_PALETTE_ADD_MONOCHROME("palette")
+ PALETTE(config, m_palette, palette_device::MONOCHROME);
/* audio hardware */