diff options
author | 2016-10-30 17:40:04 +0100 | |
---|---|---|
committer | 2016-10-30 17:40:04 +0100 | |
commit | 73bdc2ab3657c1a27d54a150a39651f9c700d95c (patch) | |
tree | d80b405f4342b17b97af622d52df790a00ed78f8 /scripts/src/machine.lua | |
parent | 894c6320a03d6dfc314fac4f631117c79e977fb3 (diff) |
added non-legacy i82439tx and created a driver using it in pcipc (nw)
added vga hack to be able to test pcipc.cpp
pcipc -bios 3 and pcipctx can initialize more if 0xAA is written at 0x4f0
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 63bec113de8..13be57aa125 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1872,6 +1872,8 @@ if (MACHINES["PCI"]~=null) then MAME_DIR .. "src/devices/machine/i6300esb.h", MAME_DIR .. "src/devices/machine/i82439hx.cpp", MAME_DIR .. "src/devices/machine/i82439hx.h", + MAME_DIR .. "src/devices/machine/i82439tx.cpp", + MAME_DIR .. "src/devices/machine/i82439tx.h", MAME_DIR .. "src/devices/machine/i82371sb.cpp", MAME_DIR .. "src/devices/machine/i82371sb.h", MAME_DIR .. "src/devices/machine/lpc.cpp", |