diff options
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 144 |
1 files changed, 144 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 08f26d2ad5c..9433450b1b9 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -612,6 +612,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/am79c90.h,MACHINES["AM79C90"] = true +--------------------------------------------------- + +if (MACHINES["AM79C90"]~=null) then + files { + MAME_DIR .. "src/devices/machine/am79c90.cpp", + MAME_DIR .. "src/devices/machine/am79c90.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/am9513.h,MACHINES["AM9513"] = true --------------------------------------------------- @@ -1635,6 +1647,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/mb87030.h,MACHINES["MB87030"] = true +--------------------------------------------------- + +if (MACHINES["MB87030"]~=null) then + files { + MAME_DIR .. "src/devices/machine/mb87030.cpp", + MAME_DIR .. "src/devices/machine/mb87030.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/mb87078.h,MACHINES["MB87078"] = true --------------------------------------------------- @@ -2123,6 +2147,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/pcf8583.h,MACHINES["PCF8583"] = true +--------------------------------------------------- + +if (MACHINES["PCF8583"]~=null) then + files { + MAME_DIR .. "src/devices/machine/pcf8583.cpp", + MAME_DIR .. "src/devices/machine/pcf8583.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/pcf8593.h,MACHINES["PCF8593"] = true --------------------------------------------------- @@ -2531,6 +2567,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/sda2006.h,MACHINES["SDA2006"] = true +--------------------------------------------------- + +if (MACHINES["SDA2006"]~=null) then + files { + MAME_DIR .. "src/devices/machine/sda2006.cpp", + MAME_DIR .. "src/devices/machine/sda2006.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/smc91c9x.h,MACHINES["SMC91C9X"] = true --------------------------------------------------- @@ -2567,6 +2615,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/spg2xx.h,MACHINES["SPG2XX"] = true +--------------------------------------------------- + +if (MACHINES["SPG2XX"]~=null) then + files { + MAME_DIR .. "src/devices/machine/spg2xx.cpp", + MAME_DIR .. "src/devices/machine/spg2xx.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/stvcd.h,MACHINES["STVCD"] = true --------------------------------------------------- @@ -2901,6 +2961,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/x2201.h,MACHINES["X2201"] = true +--------------------------------------------------- + +if (MACHINES["X2201"]~=null) then + files { + MAME_DIR .. "src/devices/machine/x2201.cpp", + MAME_DIR .. "src/devices/machine/x2201.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/x2212.h,MACHINES["X2212"] = true --------------------------------------------------- @@ -3144,6 +3216,30 @@ end --------------------------------------------------- -- +--@src/devices/machine/dp83932c.h,MACHINES["DP83932C"] = true +--------------------------------------------------- + +if (MACHINES["DP83932C"]~=null) then + files { + MAME_DIR .. "src/devices/machine/dp83932c.cpp", + MAME_DIR .. "src/devices/machine/dp83932c.h", + } +end + +--------------------------------------------------- +-- +--@src/devices/machine/dp8573.h,MACHINES["DP8573"] = true +--------------------------------------------------- + +if (MACHINES["DP8573"]~=null) then + files { + MAME_DIR .. "src/devices/machine/dp8573.cpp", + MAME_DIR .. "src/devices/machine/dp8573.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/pc_lpt.h,MACHINES["PC_LPT"] = true --------------------------------------------------- @@ -3699,3 +3795,51 @@ if (MACHINES["IOPTIMER"]~=null) then MAME_DIR .. "src/devices/machine/ioptimer.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/sun4c_mmu.h,MACHINES["SUN4C_MMU"] = true +--------------------------------------------------- + +if (MACHINES["SUN4C_MMU"]~=null) then + files { + MAME_DIR .. "src/devices/machine/sun4c_mmu.cpp", + MAME_DIR .. "src/devices/machine/sun4c_mmu.h", + } +end + +--------------------------------------------------- +-- +--@src/devices/machine/z8038.h,MACHINES["Z8038"] = true +--------------------------------------------------- + +if (MACHINES["Z8038"]~=null) then + files { + MAME_DIR .. "src/devices/machine/z8038.cpp", + MAME_DIR .. "src/devices/machine/z8038.h", + } +end + +--------------------------------------------------- +-- +--@src/devices/machine/scc2698b.h,MACHINES["SCC2698B"] = true +--------------------------------------------------- + +if (MACHINES["SCC2698B"]~=null) then + files { + MAME_DIR .. "src/devices/machine/scc2698b.cpp", + MAME_DIR .. "src/devices/machine/scc2698b.h", + } +end + +--------------------------------------------------- +-- +--@src/devices/machine/aic6250.h,MACHINES["AIC6250"] = true +--------------------------------------------------- + +if (MACHINES["AIC6250"]~=null) then + files { + MAME_DIR .. "src/devices/machine/aic6250.cpp", + MAME_DIR .. "src/devices/machine/aic6250.h", + } +end |