summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vp101.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vp101.c')
-rw-r--r--src/mame/drivers/vp101.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vp101.c b/src/mame/drivers/vp101.c
index 1258fc2cf17..d9e7f2e133c 100644
--- a/src/mame/drivers/vp101.c
+++ b/src/mame/drivers/vp101.c
@@ -93,7 +93,7 @@ static MACHINE_CONFIG_START( vp101, vp10x_state )
MCFG_SCREEN_SIZE(320, 240)
MCFG_SCREEN_VISIBLE_AREA(0, 319, 0, 239)
MCFG_SCREEN_PALETTE("palette")
-
+
MCFG_PALETTE_ADD("palette", 32768)
MACHINE_CONFIG_END