From 19e121767bbde92edfeb4514df7ed7f3aece36ae Mon Sep 17 00:00:00 2001 From: angelosa Date: Thu, 12 Feb 2026 23:48:27 +0100 Subject: misc/comebaby.cpp: initial implementation of an ITE 8671F Giga I/O --- scripts/src/machine.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts') 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 @@ -4607,6 +4607,18 @@ if MACHINES["FDC37C93X"] then } 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 -- cgit v1.2.3