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, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/tim011.c b/src/mess/drivers/tim011.c
index 4e6a2e39cdc..352e514bf32 100644
--- a/src/mess/drivers/tim011.c
+++ b/src/mess/drivers/tim011.c
@@ -145,7 +145,7 @@ static MACHINE_CONFIG_START( tim011,tim011_state )
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