summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/avt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/avt.c')
-rw-r--r--src/mame/drivers/avt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/avt.c b/src/mame/drivers/avt.c
index ce2ee15b023..6a448e52473 100644
--- a/src/mame/drivers/avt.c
+++ b/src/mame/drivers/avt.c
@@ -907,6 +907,7 @@ static MACHINE_CONFIG_START( avt, avt_state )
MCFG_SCREEN_SIZE(32*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 0*8, 32*8-1) /* 240x224 (through CRTC) */
MCFG_SCREEN_UPDATE_DRIVER(avt_state, screen_update_avt)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", avt)