From 720ee36acbb71d15663d5f5b0b193268947c885f Mon Sep 17 00:00:00 2001 From: angelosa Date: Sun, 10 Mar 2024 17:47:36 +0100 Subject: pc/sis630: initial implementation for IT8705F Super I/O --- scripts/src/machine.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src/machine.lua') 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 @@ -4475,6 +4475,18 @@ if (MACHINES["FDC37C93X"]~=null) then } 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 -- cgit v1.2.3