diff options
Diffstat (limited to 'docs/release/scripts/src/machine.lua')
-rw-r--r-- | docs/release/scripts/src/machine.lua | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/docs/release/scripts/src/machine.lua b/docs/release/scripts/src/machine.lua index aac89b8c964..3a6d4d8fbcc 100644 --- a/docs/release/scripts/src/machine.lua +++ b/docs/release/scripts/src/machine.lua @@ -133,6 +133,19 @@ end --------------------------------------------------- -- +--@src/devices/machine/cop452.h,MACHINES["COP452"] = true +--------------------------------------------------- + +if (MACHINES["COP452"]~=null) then + files { + MAME_DIR .. "src/devices/machine/cop452.cpp", + MAME_DIR .. "src/devices/machine/cop452.h", + } +end + + +--------------------------------------------------- +-- --@src/devices/machine/cr511b.h,MACHINES["CR511B"] = true --------------------------------------------------- @@ -1228,6 +1241,26 @@ end --------------------------------------------------- -- +--@src/devices/machine/exorterm.h,MACHINES["EXORTERM"] = true +--------------------------------------------------- + +if (MACHINES["EXORTERM"]~=null) then + files { + MAME_DIR .. "src/devices/machine/exorterm.cpp", + MAME_DIR .. "src/devices/machine/exorterm.h", + } + + dependency { + { MAME_DIR .. "src/devices/machine/exorterm.cpp", GEN_DIR .. "emu/layout/exorterm155.lh" }, + } + + custombuildtask { + layoutbuildtask("emu/layout", "exorterm155"), + } +end + +--------------------------------------------------- +-- --@src/devices/machine/f3853.h,MACHINES["F3853"] = true --------------------------------------------------- @@ -1505,6 +1538,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/ibm21s850.h,MACHINES["IBM21S850"] = true +--------------------------------------------------- + +if (MACHINES["IBM21S850"]~=null) then + files { + MAME_DIR .. "src/devices/machine/ibm21s850.cpp", + MAME_DIR .. "src/devices/machine/ibm21s850.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/idectrl.h,MACHINES["IDECTRL"] = true --@src/devices/machine/vt83c461.h,MACHINES["IDECTRL"] = true --------------------------------------------------- @@ -1811,6 +1856,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/m68sfdc.h,MACHINES["M68SFDC"] = true +--------------------------------------------------- + +if (MACHINES["M68SFDC"]~=null) then + files { + MAME_DIR .. "src/devices/machine/m68sfdc.cpp", + MAME_DIR .. "src/devices/machine/m68sfdc.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/m6m80011ap.h,MACHINES["M6M80011AP"] = true --------------------------------------------------- @@ -3153,6 +3210,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/tsb12lv01a.h,MACHINES["TSB12LV01A"] = true +--------------------------------------------------- + +if (MACHINES["TSB12LV01A"]~=null) then + files { + MAME_DIR .. "src/devices/machine/tsb12lv01a.cpp", + MAME_DIR .. "src/devices/machine/tsb12lv01a.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/tube.h,MACHINES["TUBE"] = true --------------------------------------------------- |