summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midxunit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/midxunit.c')
-rw-r--r--src/mame/drivers/midxunit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/midxunit.c b/src/mame/drivers/midxunit.c
index 01aacd0fad7..60ddb9e2fcd 100644
--- a/src/mame/drivers/midxunit.c
+++ b/src/mame/drivers/midxunit.c
@@ -276,6 +276,7 @@ static MACHINE_CONFIG_START( midxunit, midxunit_state )
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_RAW_PARAMS(PIXEL_CLOCK, 505, 0, 399, 289, 0, 253)
MCFG_SCREEN_UPDATE_DEVICE("maincpu", tms34010_device, tms340x0_ind16)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_VIDEO_START_OVERRIDE(midxunit_state,midxunit)
/* sound hardware */