diff options
Diffstat (limited to 'scripts')
| -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 |
