summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xain.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/xain.c')
-rw-r--r--src/mame/drivers/xain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/xain.c b/src/mame/drivers/xain.c
index d54fd94fa1a..2fafe733041 100644
--- a/src/mame/drivers/xain.c
+++ b/src/mame/drivers/xain.c
@@ -593,6 +593,7 @@ static MACHINE_CONFIG_START( xsleena, xain_state )
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_RAW_PARAMS(PIXEL_CLOCK, 384, 0, 256, 272, 8, 248) /* based on ddragon driver */
MCFG_SCREEN_UPDATE_DRIVER(xain_state, screen_update_xain)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", xain)
MCFG_PALETTE_ADD("palette", 512)