From 79526c19f58ea7eeb1f15d20be863362257f527f Mon Sep 17 00:00:00 2001 From: angelosa Date: Mon, 23 Mar 2026 18:15:30 +0100 Subject: pc/pcipc_via.cpp: kickoff an Apollo Pro + 596 chipset * base implementation of a Winbond W83877TF Super I/O * taito/taitowlf.cpp: hookup Super I/O New systems marked not working ------------------------------ Gigabyte GA-6VX [The Retro Web] --- scripts/src/machine.lua | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'scripts/src') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index acf008b9c2b..f8b328c5ab3 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4698,6 +4698,18 @@ if MACHINES["W83787F"] then } end +--------------------------------------------------- +-- +--@src/devices/machine/w83877tf.h,MACHINES["W83877F"] = true +--------------------------------------------------- + +if MACHINES["W83877F"] then + files { + MAME_DIR .. "src/devices/machine/w83877tf.cpp", + MAME_DIR .. "src/devices/machine/w83877tf.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/w83977tf.h,MACHINES["W83977TF"] = true @@ -4710,7 +4722,6 @@ if MACHINES["W83977TF"] then } end - --------------------------------------------------- -- --@src/devices/machine/pdc.h,MACHINES["PDC"] = true -- cgit v1.2.3