diff options
author | 2021-04-07 22:14:22 +1000 | |
---|---|---|
committer | 2021-04-07 22:14:22 +1000 | |
commit | 8c3efb2f7fcc2d734a6a989b145fccd68c6fc929 (patch) | |
tree | 9612f7cf7c29470bb664685d2543567499adf975 /scripts/src | |
parent | d26387eed1d1338b8a136a9f2c73271f555d8b76 (diff) | |
parent | bbe2ab5923091954d28dc75cb64611ba88079f21 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/bus.lua | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 74f601e7499..1540f2c8d54 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -190,6 +190,19 @@ if (BUSES["ADAMNET"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/bus/adb/adb.h,BUSES["ADB"] = true +--------------------------------------------------- + +if (BUSES["ADB"]~=null) then + files { + MAME_DIR .. "src/devices/bus/adb/adb.cpp", + MAME_DIR .. "src/devices/bus/adb/adb.h", + MAME_DIR .. "src/devices/bus/adb/adbhle.cpp", + MAME_DIR .. "src/devices/bus/adb/adbhle.h", + } +end --------------------------------------------------- -- @@ -2417,8 +2430,8 @@ if (BUSES["A2BUS"]~=null) then MAME_DIR .. "src/devices/bus/a2bus/corvfdc02.h", MAME_DIR .. "src/devices/bus/a2bus/ezcgi.cpp", MAME_DIR .. "src/devices/bus/a2bus/ezcgi.h", - MAME_DIR .. "src/devices/bus/a2bus/grapplerplus.cpp", - MAME_DIR .. "src/devices/bus/a2bus/grapplerplus.h", + MAME_DIR .. "src/devices/bus/a2bus/grappler.cpp", + MAME_DIR .. "src/devices/bus/a2bus/grappler.h", MAME_DIR .. "src/devices/bus/a2bus/laser128.cpp", MAME_DIR .. "src/devices/bus/a2bus/laser128.h", MAME_DIR .. "src/devices/bus/a2bus/mouse.cpp", |