summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/thief.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/thief.c')
-rw-r--r--src/mame/drivers/thief.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/thief.c b/src/mame/drivers/thief.c
index 471e9bc2949..3218828c29c 100644
--- a/src/mame/drivers/thief.c
+++ b/src/mame/drivers/thief.c
@@ -446,6 +446,7 @@ static MACHINE_CONFIG_START( sharkatt, thief_state )
MCFG_SCREEN_SIZE(32*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 0*8, 24*8-1)
MCFG_SCREEN_UPDATE_DRIVER(thief_state, screen_update_thief)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_TMS9927_ADD("tms", MASTER_CLOCK/4, tms9927_intf)
@@ -481,6 +482,7 @@ static MACHINE_CONFIG_START( thief, thief_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(thief_state, screen_update_thief)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_TMS9927_ADD("tms", MASTER_CLOCK/4, tms9927_intf)
@@ -516,6 +518,7 @@ static MACHINE_CONFIG_START( natodef, thief_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(thief_state, screen_update_thief)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_TMS9927_ADD("tms", MASTER_CLOCK/4, tms9927_intf)