diff options
| author | 2019-05-05 14:58:45 +0200 | |
|---|---|---|
| committer | 2019-05-05 14:59:09 +0200 | |
| commit | d64b1781d78aa644b75974fcf979f48d071c7c48 (patch) | |
| tree | db09aa13d7488bda861438712dbd771a159c1130 /scripts/src/bus.lua | |
| parent | 2ac59ff8ba106a96635790fc77756735b0c5daaa (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.lua | 15 |
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 --------------------------------------------------- |
