summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/univac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/univac.c')
-rw-r--r--src/mess/drivers/univac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/univac.c b/src/mess/drivers/univac.c
index ae8e13f8944..cc50188df77 100644
--- a/src/mess/drivers/univac.c
+++ b/src/mess/drivers/univac.c
@@ -149,7 +149,7 @@ static MACHINE_CONFIG_START( uts20, univac_state )
MCFG_SCREEN_SIZE(640, 250)
MCFG_SCREEN_VISIBLE_AREA(0, 639, 0, 249)
MCFG_SCREEN_PALETTE("palette")
-
+
MCFG_PALETTE_ADD_BLACK_AND_WHITE("palette")
MACHINE_CONFIG_END