summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ttchamp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ttchamp.c')
-rw-r--r--src/mame/drivers/ttchamp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/ttchamp.c b/src/mame/drivers/ttchamp.c
index 3d660509af5..d4c4beba3ad 100644
--- a/src/mame/drivers/ttchamp.c
+++ b/src/mame/drivers/ttchamp.c
@@ -292,6 +292,7 @@ static MACHINE_CONFIG_START( ttchamp, ttchamp_state )
MCFG_SCREEN_SIZE(1024,1024)
MCFG_SCREEN_VISIBLE_AREA(0, 320-1, 0, 200-1)
MCFG_SCREEN_UPDATE_DRIVER(ttchamp_state, screen_update_ttchamp)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_PALETTE_ADD("palette", 0x8000)