diff options
Diffstat (limited to 'src/mame/drivers/midxunit.c')
-rw-r--r-- | src/mame/drivers/midxunit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/midxunit.c b/src/mame/drivers/midxunit.c index 42cfab6009b..093b131691a 100644 --- a/src/mame/drivers/midxunit.c +++ b/src/mame/drivers/midxunit.c @@ -273,9 +273,8 @@ static MACHINE_CONFIG_START( midxunit, midwxunit_state ) MCFG_SCREEN_ADD("screen", RASTER) MCFG_SCREEN_FORMAT(BITMAP_FORMAT_INDEXED16) MCFG_SCREEN_RAW_PARAMS(PIXEL_CLOCK, 505, 0, 399, 289, 0, 253) - + MCFG_SCREEN_UPDATE(tms340x0) MCFG_VIDEO_START(midxunit) - MCFG_VIDEO_UPDATE(tms340x0) /* sound hardware */ MCFG_FRAGMENT_ADD(dcs_audio_2k_uart) |