summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/bus.lua
diff options
context:
space:
mode:
author tim lindner <tlindner@macmess.org>2017-05-14 13:35:43 -0700
committer tim lindner <tlindner@macmess.org>2017-05-14 13:35:43 -0700
commit239f178cfea029f55e60c3fbd0411cf591260fc2 (patch)
treede0472f5137f10c7138c307b2331d27aa4ae34f0 /scripts/src/bus.lua
parent06d430fbcb4dc5e52dd65f8b340895649ec0f5b2 (diff)
parente141a1c3b7f16adc411c5b1b80e6792caf67f493 (diff)
Merge branch 'master' into games_master_cartridge
Diffstat (limited to 'scripts/src/bus.lua')
-rw-r--r--scripts/src/bus.lua97
1 files changed, 49 insertions, 48 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index 3f8e9616e3f..97b664f7d74 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -2343,7 +2343,6 @@ end
--@src/devices/bus/ti99x/990_tap.h,BUSES["TI99X"] = true
--@src/devices/bus/ti99x/990_hd.h,BUSES["TI99X"] = true
--@src/devices/bus/ti99x/genboard.h,BUSES["TI99X"] = true
---@src/devices/bus/ti99x/joyport.h,BUSES["TI99X"] = true
---------------------------------------------------
if (BUSES["TI99X"]~=null) then
@@ -2356,22 +2355,12 @@ if (BUSES["TI99X"]~=null) then
MAME_DIR .. "src/devices/bus/ti99x/990_tap.h",
MAME_DIR .. "src/devices/bus/ti99x/998board.cpp",
MAME_DIR .. "src/devices/bus/ti99x/998board.h",
- MAME_DIR .. "src/devices/bus/ti99x/busmouse.cpp",
- MAME_DIR .. "src/devices/bus/ti99x/busmouse.h",
- MAME_DIR .. "src/devices/bus/ti99x/colorbus.cpp",
- MAME_DIR .. "src/devices/bus/ti99x/colorbus.h",
MAME_DIR .. "src/devices/bus/ti99x/datamux.cpp",
MAME_DIR .. "src/devices/bus/ti99x/datamux.h",
MAME_DIR .. "src/devices/bus/ti99x/genboard.cpp",
MAME_DIR .. "src/devices/bus/ti99x/genboard.h",
MAME_DIR .. "src/devices/bus/ti99x/gromport.cpp",
MAME_DIR .. "src/devices/bus/ti99x/gromport.h",
- MAME_DIR .. "src/devices/bus/ti99x/handset.cpp",
- MAME_DIR .. "src/devices/bus/ti99x/handset.h",
- MAME_DIR .. "src/devices/bus/ti99x/joyport.cpp",
- MAME_DIR .. "src/devices/bus/ti99x/joyport.h",
- MAME_DIR .. "src/devices/bus/ti99x/mecmouse.cpp",
- MAME_DIR .. "src/devices/bus/ti99x/mecmouse.h",
MAME_DIR .. "src/devices/bus/ti99x/ti99defs.cpp",
MAME_DIR .. "src/devices/bus/ti99x/ti99defs.h",
}
@@ -2379,43 +2368,55 @@ end
---------------------------------------------------
--
---@src/devices/bus/ti99_peb/peribox.h,BUSES["TI99PEB"] = true
----------------------------------------------------
-
-if (BUSES["TI99PEB"]~=null) then
- files {
- MAME_DIR .. "src/devices/bus/ti99_peb/peribox.cpp",
- MAME_DIR .. "src/devices/bus/ti99_peb/peribox.h",
- MAME_DIR .. "src/devices/bus/ti99_peb/bwg.cpp",
- MAME_DIR .. "src/devices/bus/ti99_peb/bwg.h",
- MAME_DIR .. "src/devices/bus/ti99_peb/evpc.cpp",
- MAME_DIR .. "src/devices/bus/ti99_peb/evpc.h",
- MAME_DIR .. "src/devices/bus/ti99_peb/hfdc.cpp",
- MAME_DIR .. "src/devices/bus/ti99_peb/hfdc.h",
- MAME_DIR .. "src/devices/bus/ti99_peb/horizon.cpp",
- MAME_DIR .. "src/devices/bus/ti99_peb/horizon.h",
- MAME_DIR .. "src/devices/bus/ti99_peb/hsgpl.cpp",
- MAME_DIR .. "src/devices/bus/ti99_peb/hsgpl.h",
- MAME_DIR .. "src/devices/bus/ti99_peb/memex.cpp",
- MAME_DIR .. "src/devices/bus/ti99_peb/memex.h",
- MAME_DIR .. "src/devices/bus/ti99_peb/myarcmem.cpp",
- MAME_DIR .. "src/devices/bus/ti99_peb/myarcmem.h",
- MAME_DIR .. "src/devices/bus/ti99_peb/pcode.cpp",
- MAME_DIR .. "src/devices/bus/ti99_peb/pcode.h",
- MAME_DIR .. "src/devices/bus/ti99_peb/samsmem.cpp",
- MAME_DIR .. "src/devices/bus/ti99_peb/samsmem.h",
- MAME_DIR .. "src/devices/bus/ti99_peb/spchsyn.cpp",
- MAME_DIR .. "src/devices/bus/ti99_peb/spchsyn.h",
- MAME_DIR .. "src/devices/bus/ti99_peb/ti_32kmem.cpp",
- MAME_DIR .. "src/devices/bus/ti99_peb/ti_32kmem.h",
- MAME_DIR .. "src/devices/bus/ti99_peb/ti_fdc.cpp",
- MAME_DIR .. "src/devices/bus/ti99_peb/ti_fdc.h",
- MAME_DIR .. "src/devices/bus/ti99_peb/ti_rs232.cpp",
- MAME_DIR .. "src/devices/bus/ti99_peb/ti_rs232.h",
- MAME_DIR .. "src/devices/bus/ti99_peb/tn_ide.cpp",
- MAME_DIR .. "src/devices/bus/ti99_peb/tn_ide.h",
- MAME_DIR .. "src/devices/bus/ti99_peb/tn_usbsm.cpp",
- MAME_DIR .. "src/devices/bus/ti99_peb/tn_usbsm.h",
+--@src/devices/bus/ti99/colorbus/colorbus.h,BUSES["TI99"] = true
+--@src/devices/bus/ti99/joyport/joyport.h,BUSES["TI99"] = true
+--@src/devices/bus/ti99/peb/peribox.h,BUSES["TI99"] = true
+---------------------------------------------------
+
+if (BUSES["TI99"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/bus/ti99/colorbus/busmouse.cpp",
+ MAME_DIR .. "src/devices/bus/ti99/colorbus/busmouse.h",
+ MAME_DIR .. "src/devices/bus/ti99/colorbus/colorbus.cpp",
+ MAME_DIR .. "src/devices/bus/ti99/colorbus/colorbus.h",
+ MAME_DIR .. "src/devices/bus/ti99/joyport/handset.cpp",
+ MAME_DIR .. "src/devices/bus/ti99/joyport/handset.h",
+ MAME_DIR .. "src/devices/bus/ti99/joyport/joyport.cpp",
+ MAME_DIR .. "src/devices/bus/ti99/joyport/joyport.h",
+ MAME_DIR .. "src/devices/bus/ti99/joyport/mecmouse.cpp",
+ MAME_DIR .. "src/devices/bus/ti99/joyport/mecmouse.h",
+ MAME_DIR .. "src/devices/bus/ti99/peb/peribox.cpp",
+ MAME_DIR .. "src/devices/bus/ti99/peb/peribox.h",
+ MAME_DIR .. "src/devices/bus/ti99/peb/bwg.cpp",
+ MAME_DIR .. "src/devices/bus/ti99/peb/bwg.h",
+ MAME_DIR .. "src/devices/bus/ti99/peb/evpc.cpp",
+ MAME_DIR .. "src/devices/bus/ti99/peb/evpc.h",
+ MAME_DIR .. "src/devices/bus/ti99/peb/hfdc.cpp",
+ MAME_DIR .. "src/devices/bus/ti99/peb/hfdc.h",
+ MAME_DIR .. "src/devices/bus/ti99/peb/horizon.cpp",
+ MAME_DIR .. "src/devices/bus/ti99/peb/horizon.h",
+ MAME_DIR .. "src/devices/bus/ti99/peb/hsgpl.cpp",
+ MAME_DIR .. "src/devices/bus/ti99/peb/hsgpl.h",
+ MAME_DIR .. "src/devices/bus/ti99/peb/memex.cpp",
+ MAME_DIR .. "src/devices/bus/ti99/peb/memex.h",
+ MAME_DIR .. "src/devices/bus/ti99/peb/myarcmem.cpp",
+ MAME_DIR .. "src/devices/bus/ti99/peb/myarcmem.h",
+ MAME_DIR .. "src/devices/bus/ti99/peb/pcode.cpp",
+ MAME_DIR .. "src/devices/bus/ti99/peb/pcode.h",
+ MAME_DIR .. "src/devices/bus/ti99/peb/samsmem.cpp",
+ MAME_DIR .. "src/devices/bus/ti99/peb/samsmem.h",
+ MAME_DIR .. "src/devices/bus/ti99/peb/spchsyn.cpp",
+ MAME_DIR .. "src/devices/bus/ti99/peb/spchsyn.h",
+ MAME_DIR .. "src/devices/bus/ti99/peb/ti_32kmem.cpp",
+ MAME_DIR .. "src/devices/bus/ti99/peb/ti_32kmem.h",
+ MAME_DIR .. "src/devices/bus/ti99/peb/ti_fdc.cpp",
+ MAME_DIR .. "src/devices/bus/ti99/peb/ti_fdc.h",
+ MAME_DIR .. "src/devices/bus/ti99/peb/ti_rs232.cpp",
+ MAME_DIR .. "src/devices/bus/ti99/peb/ti_rs232.h",
+ MAME_DIR .. "src/devices/bus/ti99/peb/tn_ide.cpp",
+ MAME_DIR .. "src/devices/bus/ti99/peb/tn_ide.h",
+ MAME_DIR .. "src/devices/bus/ti99/peb/tn_usbsm.cpp",
+ MAME_DIR .. "src/devices/bus/ti99/peb/tn_usbsm.h",
}
end