diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/tandy1t.cpp | 1 |
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 */ |