summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/bus.lua
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2019-05-05 14:58:45 +0200
committer MooglyGuy <therealmogminer@gmail.com>2019-05-05 14:59:09 +0200
commitd64b1781d78aa644b75974fcf979f48d071c7c48 (patch)
treedb09aa13d7488bda861438712dbd771a159c1130 /scripts/src/bus.lua
parent2ac59ff8ba106a96635790fc77756735b0c5daaa (diff)
-gio: Added basic SGI GIO slot device support to the Indy and Indigo 2 drivers. [Ryan Holtz]
-newport: Converted to GIO slot device and added 8-bit XL and 24-bit XL board support. [Ryan Holtz]
Diffstat (limited to 'scripts/src/bus.lua')
-rw-r--r--scripts/src/bus.lua15
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index 26d0f336fed..f13d8c0b6cb 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -953,6 +953,21 @@ end
---------------------------------------------------
--
+--@src/devices/bus/gio/gio.h,BUSES["GIO"] = true
+---------------------------------------------------
+
+if (BUSES["GIO"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/bus/gio/gio.cpp",
+ MAME_DIR .. "src/devices/bus/gio/gio.h",
+ MAME_DIR .. "src/devices/bus/gio/newport.cpp",
+ MAME_DIR .. "src/devices/bus/gio/newport.h",
+ }
+end
+
+
+---------------------------------------------------
+--
--@src/devices/bus/hp_hil/hp_hil.h,BUSES["HPHIL"] = true
---------------------------------------------------