summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua22
1 files changed, 0 insertions, 22 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 41af0c6e655..04f5f77d2ce 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -4368,28 +4368,6 @@ end
---------------------------------------------------
--
---@src/devices/machine/appldriv.h,MACHINES["APPLE_DRIVE"] = true
----------------------------------------------------
-if (MACHINES["APPLE_DRIVE"]~=null) then
- files {
- MAME_DIR .. "src/devices/machine/appldriv.cpp",
- MAME_DIR .. "src/devices/machine/appldriv.h",
- }
-end
-
----------------------------------------------------
---
---@src/devices/machine/applefdc.h,MACHINES["APPLE_FDC"] = true
----------------------------------------------------
-if (MACHINES["APPLE_FDC"]~=null) then
- files {
- MAME_DIR .. "src/devices/machine/applefdc.cpp",
- MAME_DIR .. "src/devices/machine/applefdc.h",
- }
-end
-
----------------------------------------------------
---
--@src/devices/machine/scnxx562.h,MACHINES["SCNXX562"] = true
---------------------------------------------------
if (MACHINES["SCNXX562"]~=null) then