summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2022-09-24 20:18:35 -0400
committer arbee <rb6502@users.noreply.github.com>2022-09-24 20:18:35 -0400
commit1651ed37c07de8659f9676b344ae52cb9fd222de (patch)
tree152a6ab2981ac8987bb8da9b019e9e807116d40d /scripts
parent7da65f10992f9bde8f83302cb4b6b8f006f77e58 (diff)
apple2: final removal of Apple II support for the legacy floppy system. [R. Belmont]
Diffstat (limited to 'scripts')
-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