Fixed "Fatal error: No screen specified for device ':pcvideo_t1000', but multiple screens found" (nw)

This commit is contained in:
Ivan Vangelista 2016-07-03 11:16:12 +02:00
parent cde4eddeb3
commit ba6286b0c8

View File

@ -600,6 +600,7 @@ static MACHINE_CONFIG_FRAGMENT(tandy1000_common)
/* video hardware */
MCFG_PCVIDEO_T1000_ADD("pcvideo_t1000")
MCFG_VIDEO_SET_SCREEN("pcvideo_t1000:screen")
MCFG_GFXDECODE_ADD("gfxdecode", "pcvideo_t1000:palette", t1000)
/* sound hardware */