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 */