summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ti89.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/ti89.c')
-rw-r--r--src/mess/drivers/ti89.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/drivers/ti89.c b/src/mess/drivers/ti89.c
index e6169a4ff0b..70911281917 100644
--- a/src/mess/drivers/ti89.c
+++ b/src/mess/drivers/ti89.c
@@ -528,6 +528,8 @@ static MACHINE_CONFIG_START( ti89, ti68k_state )
MCFG_SCREEN_UPDATE_DRIVER(ti68k_state, screen_update)
MCFG_SCREEN_SIZE(240, 128)
MCFG_SCREEN_VISIBLE_AREA(0, 160-1, 0, 100-1)
+ MCFG_SCREEN_PALETTE("palette")
+
MCFG_PALETTE_ADD("palette", 2)
MCFG_PALETTE_INIT_OWNER(ti68k_state, ti68k)
MCFG_DEFAULT_LAYOUT(layout_lcd)