summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/dai.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/dai.c')
-rw-r--r--src/mess/drivers/dai.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/drivers/dai.c b/src/mess/drivers/dai.c
index 1ddb2b86c6c..3b93d74af61 100644
--- a/src/mess/drivers/dai.c
+++ b/src/mess/drivers/dai.c
@@ -219,6 +219,7 @@ static MACHINE_CONFIG_START( dai, dai_state )
MCFG_SCREEN_SIZE(1056, 542)
MCFG_SCREEN_VISIBLE_AREA(0, 1056-1, 0, 302-1)
MCFG_SCREEN_UPDATE_DRIVER(dai_state, screen_update_dai)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", dai)
MCFG_PALETTE_ADD("palette", sizeof (dai_palette) / 3)