diff options
author | 2024-03-10 17:47:36 +0100 | |
---|---|---|
committer | 2024-03-10 17:47:36 +0100 | |
commit | 720ee36acbb71d15663d5f5b0b193268947c885f (patch) | |
tree | 62f4c68b2b16f7ddf6555504577410c679849ec5 /scripts/src | |
parent | 06a90be97a592ca29e95ec8cc6476ba0cd32ad82 (diff) |
pc/sis630: initial implementation for IT8705F Super I/O
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 30425b67a80..9ce55c8a5a0 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4477,6 +4477,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/it8705f.h,MACHINES["IT8705F"] = true +--------------------------------------------------- + +if (MACHINES["IT8705F"]~=null) then + files { + MAME_DIR .. "src/devices/machine/it8705f.cpp", + MAME_DIR .. "src/devices/machine/it8705f.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/pc87306.h,MACHINES["PC87306"] = true --------------------------------------------------- |