summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gammagic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gammagic.cpp')
-rw-r--r--src/mame/drivers/gammagic.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/gammagic.cpp b/src/mame/drivers/gammagic.cpp
index da8ff25b76d..985b1bdaf8c 100644
--- a/src/mame/drivers/gammagic.cpp
+++ b/src/mame/drivers/gammagic.cpp
@@ -141,8 +141,8 @@ MACHINE_CONFIG_START(gammagic_state::gammagic)
// I82371SB(config, "i82371sb", 0);
// MCFG_I82439TX_ADD("i82439tx", "maincpu", "user")
MCFG_PCI_BUS_LEGACY_ADD("pcibus", 0)
-// MCFG_PCI_BUS_DEVICE(0, "i82439tx", i82439tx_pci_read, i82439tx_pci_write)
-// MCFG_PCI_BUS_DEVICE(1, "i82371sb", i82371sb_pci_read, i82371sb_pci_write)
+// MCFG_PCI_BUS_LEGACY_DEVICE(0, "i82439tx", i82439tx_pci_read, i82439tx_pci_write)
+// MCFG_PCI_BUS_LEGACY_DEVICE(1, "i82371sb", i82371sb_pci_read, i82371sb_pci_write)
/* video hardware */
pcvideo_vga(config);