summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xtom3d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/xtom3d.cpp')
-rw-r--r--src/mame/drivers/xtom3d.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/xtom3d.cpp b/src/mame/drivers/xtom3d.cpp
index e6950ce2cc8..b17e152de05 100644
--- a/src/mame/drivers/xtom3d.cpp
+++ b/src/mame/drivers/xtom3d.cpp
@@ -404,14 +404,14 @@ MACHINE_CONFIG_START(xtom3d_state::xtom3d)
MCFG_CPU_IRQ_ACKNOWLEDGE_DEVICE("pic8259_1", pic8259_device, inta_cb)
- MCFG_FRAGMENT_ADD( pcat_common )
+ pcat_common(config);
MCFG_PCI_BUS_LEGACY_ADD("pcibus", 0)
MCFG_PCI_BUS_LEGACY_DEVICE(0, nullptr, intel82439tx_pci_r, intel82439tx_pci_w)
MCFG_PCI_BUS_LEGACY_DEVICE(7, nullptr, intel82371ab_pci_r, intel82371ab_pci_w)
/* video hardware */
- MCFG_FRAGMENT_ADD( pcvideo_vga )
+ pcvideo_vga(config);
MACHINE_CONFIG_END