diff options
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index acbf897cc85..3cc9b40227b 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -142,18 +142,6 @@ end --------------------------------------------------- -- ---@src/devices/machine/akiko.h,MACHINES["AKIKO"] = true ---------------------------------------------------- - -if (MACHINES["AKIKO"]~=null) then - files { - MAME_DIR .. "src/devices/machine/akiko.cpp", - MAME_DIR .. "src/devices/machine/akiko.h", - } -end - ---------------------------------------------------- --- --@src/devices/machine/am2901b.h,MACHINES["AM2901B"] = true --------------------------------------------------- @@ -164,18 +152,6 @@ if (MACHINES["AM2901B"]~=null) then } end ---------------------------------------------------- --- ---@src/devices/machine/amiga_copper.h,MACHINES["AMIGA_COPPER"] = true ---------------------------------------------------- - -if (MACHINES["AMIGA_COPPER"]~=null) then - files { - MAME_DIR .. "src/devices/machine/amiga_copper.cpp", - MAME_DIR .. "src/devices/machine/amiga_copper.h", - } -end - -------------------------------------------------- -- --@src/devices/machine/arm_iomd.h,MACHINES["ARM_IOMD"] = true @@ -836,18 +812,6 @@ end --------------------------------------------------- -- ---@src/devices/machine/amigafdc.h,MACHINES["AMIGAFDC"] = true ---------------------------------------------------- - -if (MACHINES["AMIGAFDC"]~=null) then - files { - MAME_DIR .. "src/devices/machine/amigafdc.cpp", - MAME_DIR .. "src/devices/machine/amigafdc.h", - } -end - ---------------------------------------------------- --- --@src/devices/machine/applepic.h,MACHINES["APPLEPIC"] = true --------------------------------------------------- |