summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author tyfighter <tyfighter@gmail.com>2019-05-28 18:44:58 -0500
committer MooglyGuy <MooglyGuy@users.noreply.github.com>2019-05-29 01:44:58 +0200
commit78d3026f8623fbbc18c0b5d5362fffd86898e23f (patch)
tree65e0bfe862729005ca9392ff236cb147ab95bd17 /scripts/src
parent2112658a056e54eaab9189e757e00d9c2ab89708 (diff)
SGI GIO rename to GIO64 (#5125)
-gio: Renamed GIO slot device implementation to GIO64, nw
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/bus.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index 20b8abf0144..4ff7760533d 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -969,15 +969,15 @@ end
---------------------------------------------------
--
---@src/devices/bus/gio/gio.h,BUSES["GIO"] = true
+--@src/devices/bus/gio64/gio64.h,BUSES["GIO64"] = true
---------------------------------------------------
-if (BUSES["GIO"]~=null) then
+if (BUSES["GIO64"]~=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",
+ MAME_DIR .. "src/devices/bus/gio64/gio64.cpp",
+ MAME_DIR .. "src/devices/bus/gio64/gio64.h",
+ MAME_DIR .. "src/devices/bus/gio64/newport.cpp",
+ MAME_DIR .. "src/devices/bus/gio64/newport.h",
}
end