mirror of
https://github.com/holub/mame
synced 2025-06-24 05:17:04 +03:00
Fixed "Fatal error: No screen specified for device ':pcvideo_t1000', but multiple screens found" (nw)
This commit is contained in:
parent
cde4eddeb3
commit
ba6286b0c8
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user