diff options
Diffstat (limited to 'scripts/src/bus.lua')
-rw-r--r-- | scripts/src/bus.lua | 97 |
1 files changed, 49 insertions, 48 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 289a4417ee8..825652012cd 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 |