diff options
| author | 2026-03-17 14:13:19 +0100 | |
|---|---|---|
| committer | 2026-03-17 14:13:19 +0100 | |
| commit | 95b09e28284af77e0e60631171a49f2097e22345 (patch) | |
| tree | 81beaa169f07e669babc22725d42eeff640e0711 /scripts/src/machine.lua | |
| parent | 9792424ea17f870c4fed8d497dc5e942c8b3ca1f (diff) | |
intel/i420ex.cpp: initial Aries chipset check-in (#15110)
* Initial check-in of CL-GD5434 "Alpine" based PCI cards;
* Initial check-in of Intel 82091AA AIP Super I/O;
Diffstat (limited to 'scripts/src/machine.lua')
| -rw-r--r-- | scripts/src/machine.lua | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index b3a9eeefc3b..acf008b9c2b 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2898,6 +2898,10 @@ if MACHINES["PCI"] then MAME_DIR .. "src/devices/machine/i82875p.h", MAME_DIR .. "src/devices/machine/i6300esb.cpp", MAME_DIR .. "src/devices/machine/i6300esb.h", + MAME_DIR .. "src/devices/machine/i82425ex_psc.cpp", + MAME_DIR .. "src/devices/machine/i82425ex_psc.h", + MAME_DIR .. "src/devices/machine/i82426ex_ib.cpp", + MAME_DIR .. "src/devices/machine/i82426ex_ib.h", MAME_DIR .. "src/devices/machine/i82439hx.cpp", MAME_DIR .. "src/devices/machine/i82439hx.h", MAME_DIR .. "src/devices/machine/i82439tx.cpp", @@ -4624,6 +4628,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/i82091aa.h,MACHINES["I82091AA"] = true +--------------------------------------------------- + +if MACHINES["I82091AA"] then + files { + MAME_DIR .. "src/devices/machine/i82091aa.cpp", + MAME_DIR .. "src/devices/machine/i82091aa.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/it8671f.h,MACHINES["IT8671F"] = true --------------------------------------------------- |
