summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author angelosa <lordkale4@gmail.com>2026-02-12 23:48:27 +0100
committer angelosa <lordkale4@gmail.com>2026-02-12 23:48:27 +0100
commit19e121767bbde92edfeb4514df7ed7f3aece36ae (patch)
tree7d1b672104992a15940386a8777ab95f499133c6 /scripts
parent6a191621316a502bf50a5e1d8dfc8b10bb1cf48c (diff)
misc/comebaby.cpp: initial implementation of an ITE 8671F Giga I/O
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/machine.lua12
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
---------------------------------------------------