summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitowlf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taitowlf.cpp')
-rw-r--r--src/mame/drivers/taitowlf.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/taitowlf.cpp b/src/mame/drivers/taitowlf.cpp
index 055bd749aaa..d4bd4aaac49 100644
--- a/src/mame/drivers/taitowlf.cpp
+++ b/src/mame/drivers/taitowlf.cpp
@@ -381,11 +381,11 @@ MACHINE_CONFIG_START(taitowlf_state::taitowlf)
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)
- MCFG_FRAGMENT_ADD( pcat_common )
+ pcat_common(config);
/* video hardware */
#if ENABLE_VGA
- MCFG_FRAGMENT_ADD( pcvideo_vga )
+ pcvideo_vga(config);
#else
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)