diff options
| author | 2017-07-10 18:11:28 +0700 | |
|---|---|---|
| committer | 2017-07-10 13:11:28 +0200 | |
| commit | f91404a088222d1ff10db9bcb15f96da5f939139 (patch) | |
| tree | 96a22d7fe8e64b9e5f49478fcd93c2c5f268edfe /scripts/src | |
| parent | 536b2153d995430def817091867b3cfde71e688a (diff) | |
i82586: intel 82586/82596 ethernet controllers, skeleton only (nw) (#2456)
* i82586: initial commit, skeleton only
* oops (nw)
* i82586: added databook references
* use address space for memory access
Diffstat (limited to 'scripts/src')
| -rw-r--r-- | scripts/src/machine.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index db1feb75e54..7b0356db03b 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -3215,3 +3215,15 @@ if (MACHINES["SMIOC"]~=null) then MAME_DIR .. "src/devices/machine/smioc.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/i82586.h,MACHINES["I82586"] = true +--------------------------------------------------- + +if (MACHINES["I82586"]~=null) then + files { + MAME_DIR .. "src/devices/machine/i82586.cpp", + MAME_DIR .. "src/devices/machine/i82586.h", + } +end |
