summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/trucocl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/trucocl.c')
-rw-r--r--src/mame/drivers/trucocl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/trucocl.c b/src/mame/drivers/trucocl.c
index d62255264fc..34c99fd3d91 100644
--- a/src/mame/drivers/trucocl.c
+++ b/src/mame/drivers/trucocl.c
@@ -148,6 +148,7 @@ static MACHINE_CONFIG_START( trucocl, trucocl_state )
MCFG_SCREEN_SIZE(32*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 0*8, 32*8-1)
MCFG_SCREEN_UPDATE_DRIVER(trucocl_state, screen_update_trucocl)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", trucocl)
MCFG_PALETTE_ADD("palette", 32)