diff options
author | 2024-03-03 01:07:59 +0100 | |
---|---|---|
committer | 2024-03-03 01:08:02 +0100 | |
commit | 66ca98948821ceb79303bdf9036cfb83f7f47acc (patch) | |
tree | 7d9006ee065a3add71b55b0a678e10559e6c0c89 /scripts/src/machine.lua | |
parent | 780764ae7a439a6a6f4aa0410609c2297ecaacb3 (diff) |
pc/pcipc_sis: preliminary W83787F Super I/O core;
machine/sis85c496: add ISA irq pins;
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 f1869389ae2..01d9c14ed3d 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4477,6 +4477,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/w83787f.h,MACHINES["W83787F"] = true +--------------------------------------------------- + +if (MACHINES["W83787F"]~=null) then + files { + MAME_DIR .. "src/devices/machine/w83787f.cpp", + MAME_DIR .. "src/devices/machine/w83787f.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/w83977tf.h,MACHINES["W83977TF"] = true --------------------------------------------------- |