diff options
| author | 2026-02-12 23:48:27 +0100 | |
|---|---|---|
| committer | 2026-02-12 23:48:27 +0100 | |
| commit | 19e121767bbde92edfeb4514df7ed7f3aece36ae (patch) | |
| tree | 7d1b672104992a15940386a8777ab95f499133c6 /scripts | |
| parent | 6a191621316a502bf50a5e1d8dfc8b10bb1cf48c (diff) | |
misc/comebaby.cpp: initial implementation of an ITE 8671F Giga I/O
Diffstat (limited to 'scripts')
| -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 a1deb406ec7..dc50a276ebb 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4609,6 +4609,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/it8671f.h,MACHINES["IT8671F"] = true +--------------------------------------------------- + +if MACHINES["IT8671F"] then + files { + MAME_DIR .. "src/devices/machine/it8671f.cpp", + MAME_DIR .. "src/devices/machine/it8671f.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/it8705f.h,MACHINES["IT8705F"] = true --------------------------------------------------- |
