summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2016-07-03 11:16:12 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2016-07-03 11:16:12 +0200
commitba6286b0c873df77de676ca221e492c83367e9fb (patch)
tree8f5c37e958fc1ade7e5e1d01f27d98911e8827c5 /src
parentcde4eddeb39431d521692806ff5934fc58a73280 (diff)
Fixed "Fatal error: No screen specified for device ':pcvideo_t1000', but multiple screens found" (nw)
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/tandy1t.cpp1
1 files changed, 1 insertions, 0 deletions
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 */