From ba6286b0c873df77de676ca221e492c83367e9fb Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Sun, 3 Jul 2016 11:16:12 +0200 Subject: [PATCH] Fixed "Fatal error: No screen specified for device ':pcvideo_t1000', but multiple screens found" (nw) --- src/mame/drivers/tandy1t.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mame/drivers/tandy1t.cpp b/src/mame/drivers/tandy1t.cpp index 8696eeff89c..ea8b01bb982 100644 --- a/src/mame/drivers/tandy1t.cpp +++ b/src/mame/drivers/tandy1t.cpp @@ -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 */