summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pcat_dyn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pcat_dyn.cpp')
-rw-r--r--src/mame/drivers/pcat_dyn.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/pcat_dyn.cpp b/src/mame/drivers/pcat_dyn.cpp
index 8e3c30ef962..ae84e3b205b 100644
--- a/src/mame/drivers/pcat_dyn.cpp
+++ b/src/mame/drivers/pcat_dyn.cpp
@@ -165,12 +165,12 @@ MACHINE_CONFIG_START(pcat_dyn_state::pcat_dyn)
MCFG_CPU_IRQ_ACKNOWLEDGE_DEVICE("pic8259_1", pic8259_device, inta_cb)
/* video hardware */
- MCFG_FRAGMENT_ADD( pcvideo_trident_vga )
+ pcvideo_trident_vga(config);
MCFG_SCREEN_MODIFY("screen")
MCFG_SCREEN_REFRESH_RATE(60)
MCFG_DEVICE_REPLACE("vga", TVGA9000_VGA, 0)
- MCFG_FRAGMENT_ADD( pcat_common )
+ pcat_common(config);
MCFG_DEVICE_REMOVE("rtc")
MCFG_DS12885_ADD("rtc")