summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author angelosa <lordkale4@gmail.com>2026-03-23 18:15:30 +0100
committer angelosa <lordkale4@gmail.com>2026-03-23 18:17:28 +0100
commit79526c19f58ea7eeb1f15d20be863362257f527f (patch)
tree084f4c2c196f7f8f6083d7c6766c072c748d988a /scripts
parent3bca6291cc76b2b1ebfe7c50f225eb6ad44c9847 (diff)
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]
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/machine.lua13
1 files changed, 12 insertions, 1 deletions
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
@@ -4700,6 +4700,18 @@ 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