summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2023-09-21 22:44:07 -0400
committer AJR <ajrhacker@users.noreply.github.com>2023-09-21 22:44:07 -0400
commit2d6f756d70a2321b0b6ebe6518d1d721d54103ca (patch)
tree32ce6a72f71321efd51592a00dda6227b90250be /scripts/src
parent94bf1367ad4b96d5c1ec7d45833c4fda1761b273 (diff)
Add dump of Iomega Zip 100MB IDE drive [Guru]
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/bus.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index 99a682f5e8f..0d0dc7f09d0 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -512,6 +512,8 @@ if (BUSES["ATA"]~=null) then
MAME_DIR .. "src/devices/bus/ata/gdrom.h",
MAME_DIR .. "src/devices/bus/ata/px320a.cpp",
MAME_DIR .. "src/devices/bus/ata/px320a.h",
+ MAME_DIR .. "src/devices/bus/ata/zip100.cpp",
+ MAME_DIR .. "src/devices/bus/ata/zip100.h",
}
end