summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-06-11 20:16:28 +1000
committer Vas Crabb <vas@vastheman.com>2018-06-11 20:16:28 +1000
commit0aa81fc184b225547091a10f4accb8f3ae7064da (patch)
tree1b4c65e7cca4f6208a529f3dfb2193c30e2a2a70 /scripts
parenta3f8d7a94ea46b84a8632b494d19ce211d0d6f87 (diff)
Revert "Add 9122c floppy (#3647)"
This reverts commit c63c4e111e8ff196de5790bcf227b3ab2a92bb88.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/bus.lua2
-rw-r--r--scripts/src/machine.lua14
2 files changed, 0 insertions, 16 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index c67ee9c9805..f5be91e7475 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -914,8 +914,6 @@ if (BUSES["IEEE488"]~=null) then
MAME_DIR .. "src/devices/bus/ieee488/hardbox.h",
MAME_DIR .. "src/devices/bus/ieee488/shark.cpp",
MAME_DIR .. "src/devices/bus/ieee488/shark.h",
- MAME_DIR .. "src/devices/bus/ieee488/hp9122c.cpp",
- MAME_DIR .. "src/devices/bus/ieee488/hp9122c.h",
MAME_DIR .. "src/devices/bus/ieee488/hp9895.cpp",
MAME_DIR .. "src/devices/bus/ieee488/hp9895.h",
MAME_DIR .. "src/devices/bus/ieee488/remote488.cpp",
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index c9f57edf0d4..95c2f99c582 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -3530,17 +3530,3 @@ if (MACHINES["Z80DAISY"]~=null) then
MAME_DIR .. "src/devices/machine/z80daisy_generic.h",
}
end
-
----------------------------------------------------
---
---@src/devices/machine/i8291a.h,MACHINES["I8291A"] = true
----------------------------------------------------
-
-if (MACHINES["I8291A"]~=null) then
- files {
- MAME_DIR .. "src/devices/machine/i8291a.cpp",
- MAME_DIR .. "src/devices/machine/i8291a.h",
- }
-end
-
-