diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/machine.lua | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index f8b328c5ab3..20476e7d3a8 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4171,6 +4171,19 @@ end --------------------------------------------------- -- +--@src/devices/machine/x28.h,MACHINES["X28"] = true +--------------------------------------------------- + +if MACHINES["X28"] then + files { + MAME_DIR .. "src/devices/machine/x28.cpp", + MAME_DIR .. "src/devices/machine/x28.ipp", + MAME_DIR .. "src/devices/machine/x28.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/x76f041.h,MACHINES["X76F041"] = true --------------------------------------------------- |
