diff options
author | 2019-04-21 00:34:29 -0400 | |
---|---|---|
committer | 2019-04-21 00:35:59 -0400 | |
commit | 9b3a449790644eb2f72352c1f877ce8df4e43280 (patch) | |
tree | 1b6412b1e487109d249577c705ef7baa10c94ad0 /scripts/src/machine.lua | |
parent | 112062f7bbad1a42dc856cd1fd8d2ac05ad7ed37 (diff) |
Add very preliminary Intel 82355 BMIC device
Diffstat (limited to 'scripts/src/machine.lua')
-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 9f9fba08549..323310c1707 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1219,6 +1219,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/i82355.h,MACHINES["I82355"] = true +--------------------------------------------------- + +if (MACHINES["I8214"]~=null) then + files { + MAME_DIR .. "src/devices/machine/i82355.cpp", + MAME_DIR .. "src/devices/machine/i82355.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/i8243.h,MACHINES["I8243"] = true --------------------------------------------------- |