diff options
author | 2016-05-17 11:13:55 -0600 | |
---|---|---|
committer | 2016-05-17 11:13:55 -0600 | |
commit | ebe5c6d790c14599a27e53b71c749f44c17fff5d (patch) | |
tree | 3a3ee3ba4d0c0ac1e3f191a212b82cb8da30d06d /scripts/src/machine.lua | |
parent | 3040c3e65af2a2a6aba353737acddb557b72f6cd (diff) |
voodoo_pci: Added default PCI BAR locations (nw)
gt64xxx: Added DMA control and proper PCI address mapping (nw)
pci-ide: New generic PCI IDE controller (nw)
machine.lua: Added pci-ide machine (nw)
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 42a51a6c1e4..1d061199208 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1737,6 +1737,8 @@ if (MACHINES["PCI"]~=null) then MAME_DIR .. "src/devices/machine/pci-usb.h", MAME_DIR .. "src/devices/machine/pci-sata.cpp", MAME_DIR .. "src/devices/machine/pci-sata.h", + MAME_DIR .. "src/devices/machine/pci-ide.cpp", + MAME_DIR .. "src/devices/machine/pci-ide.h", MAME_DIR .. "src/devices/machine/pci-apic.cpp", MAME_DIR .. "src/devices/machine/pci-apic.h", MAME_DIR .. "src/devices/machine/pci-smbus.cpp", |