summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midvunit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/midvunit.c')
-rw-r--r--src/mame/drivers/midvunit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/midvunit.c b/src/mame/drivers/midvunit.c
index e7c36e9a547..921239269fc 100644
--- a/src/mame/drivers/midvunit.c
+++ b/src/mame/drivers/midvunit.c
@@ -1024,6 +1024,7 @@ static MACHINE_CONFIG_START( midvcommon, midvunit_state )
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_RAW_PARAMS(MIDVUNIT_VIDEO_CLOCK/2, 666, 0, 512, 432, 0, 400)
MCFG_SCREEN_UPDATE_DRIVER(midvunit_state, screen_update_midvunit)
+ MCFG_SCREEN_PALETTE("palette")
MACHINE_CONFIG_END