summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/truco.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/truco.c')
-rw-r--r--src/mame/drivers/truco.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/truco.c b/src/mame/drivers/truco.c
index cc6677a2e2a..bf4d3dc6834 100644
--- a/src/mame/drivers/truco.c
+++ b/src/mame/drivers/truco.c
@@ -453,6 +453,7 @@ static MACHINE_CONFIG_START( truco, truco_state )
MCFG_SCREEN_SIZE(256, 192)
MCFG_SCREEN_VISIBLE_AREA(0, 256-1, 0, 192-1)
MCFG_SCREEN_UPDATE_DRIVER(truco_state, screen_update_truco)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_PALETTE_ADD("palette", 16)
MCFG_PALETTE_INIT_OWNER(truco_state, truco)