summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/bus.lua
diff options
context:
space:
mode:
author 68bit <info@68bit.org>2019-08-14 21:24:36 +1000
committer 68bit <info@68bit.org>2019-08-16 09:21:36 +1000
commite133bf83cc098da97b50b87e55b4273372371a23 (patch)
treebc14c9e2dc569d0eaf77ba95fc8838b02e51da03 /scripts/src/bus.lua
parent4e267c5702dc0c07d3b215b91746ebc58b8e7222 (diff)
SS-30 PIA IDE hard disk interface
Split out the PIA IDE hard disk interface from the swtpc09 machine. This support appears to have been incomplete or to have bit rotten, and has been updated and tested lightly with FLEX9.
Diffstat (limited to 'scripts/src/bus.lua')
-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 8317ec88cea..b55820fb163 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -1736,6 +1736,8 @@ if (BUSES["SS50"]~=null) then
MAME_DIR .. "src/devices/bus/ss50/mps2.h",
MAME_DIR .. "src/devices/bus/ss50/mpt.cpp",
MAME_DIR .. "src/devices/bus/ss50/mpt.h",
+ MAME_DIR .. "src/devices/bus/ss50/piaide.cpp",
+ MAME_DIR .. "src/devices/bus/ss50/piaide.h",
}
end