summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/tim011.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/tim011.c')
-rw-r--r--src/mess/drivers/tim011.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/drivers/tim011.c b/src/mess/drivers/tim011.c
index c696ad7eff1..69b3c212288 100644
--- a/src/mess/drivers/tim011.c
+++ b/src/mess/drivers/tim011.c
@@ -157,6 +157,8 @@ static MACHINE_CONFIG_START( tim011,tim011_state )
MCFG_SCREEN_SIZE(512, 256)
MCFG_SCREEN_VISIBLE_AREA(0, 512-1, 0, 256-1)
MCFG_SCREEN_UPDATE_DRIVER(tim011_state, screen_update_tim011)
+ MCFG_SCREEN_PALETTE("palette")
+
MCFG_PALETTE_ADD_BLACK_AND_WHITE("palette")
MACHINE_CONFIG_END