summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/queen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/queen.cpp')
-rw-r--r--src/mame/drivers/queen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/queen.cpp b/src/mame/drivers/queen.cpp
index 92ce9bab749..992aebef1f2 100644
--- a/src/mame/drivers/queen.cpp
+++ b/src/mame/drivers/queen.cpp
@@ -279,7 +279,7 @@ MACHINE_CONFIG_START(queen_state::queen)
MCFG_CPU_IO_MAP(queen_io)
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)
@@ -292,7 +292,7 @@ MACHINE_CONFIG_START(queen_state::queen)
MCFG_ATA_INTERFACE_IRQ_HANDLER(DEVWRITELINE("pic8259_2", pic8259_device, ir7_w))
/* video hardware */
- MCFG_FRAGMENT_ADD( pcvideo_vga )
+ pcvideo_vga(config);
MACHINE_CONFIG_END