summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/photoply.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-03-03 15:19:44 -0500
committer AJR <ajrhacker@users.noreply.github.com>2018-03-03 15:19:50 -0500
commit17fff85189877aecde458e18d61a0763d12fbebd (patch)
tree2de81564cd1557d88a16ed365a1476a83255db7c /src/mame/drivers/photoply.cpp
parent128343eb7c59793d740a128489db807a9cccc27a (diff)
pc_vga: Use device_video_interface and configured screens instead of first_screen (nw)
Diffstat (limited to 'src/mame/drivers/photoply.cpp')
-rw-r--r--src/mame/drivers/photoply.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/photoply.cpp b/src/mame/drivers/photoply.cpp
index 604d6e74f5b..10f20ae46a0 100644
--- a/src/mame/drivers/photoply.cpp
+++ b/src/mame/drivers/photoply.cpp
@@ -322,6 +322,7 @@ MACHINE_CONFIG_START(photoply_state::photoply)
MCFG_PALETTE_ADD("palette", 0x100)
MCFG_DEVICE_ADD("vga", CIRRUS_GD5446, 0)
+ MCFG_VIDEO_SET_SCREEN("screen")
MCFG_EEPROM_SERIAL_93C46_ADD("eeprom")
MCFG_EEPROM_WRITE_TIME(attotime::from_usec(1))