diff options
| author | 2026-03-23 18:15:30 +0100 | |
|---|---|---|
| committer | 2026-03-23 18:17:28 +0100 | |
| commit | 79526c19f58ea7eeb1f15d20be863362257f527f (patch) | |
| tree | 084f4c2c196f7f8f6083d7c6766c072c748d988a /scripts/src | |
| parent | 3bca6291cc76b2b1ebfe7c50f225eb6ad44c9847 (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/src')
| -rw-r--r-- | scripts/src/machine.lua | 13 |
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 |
