summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author Michael Zapf <Michael.Zapf@mizapf.de>2017-06-06 16:21:51 +0200
committer Michael Zapf <Michael.Zapf@mizapf.de>2017-06-06 16:21:51 +0200
commit6e577c54653e7d1d53426166d7de23216d88699a (patch)
treea555fec5a4d8258d764b57e64d7503a489207e3d /scripts/src
parentb58178449496788531644f3e08a586c26a66fcbe (diff)
ti99: Hexbus implementation; floppy HX5102 early WIP
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/bus.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index 49600891ed3..3f7e1d1a341 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -2362,7 +2362,7 @@ end
--@src/devices/bus/ti99/joyport/joyport.h,BUSES["TI99"] = true
--@src/devices/bus/ti99/peb/peribox.h,BUSES["TI99"] = true
--@src/devices/bus/ti99/internal/genboard.h,BUSES["TI99"] = true
-
+--@src/devices/bus/ti99/hexbus/hexbus.h,BUSES["TI99"] = true
---------------------------------------------------
if (BUSES["TI99"]~=null) then
@@ -2392,6 +2392,10 @@ if (BUSES["TI99"]~=null) then
MAME_DIR .. "src/devices/bus/ti99/gromport/multiconn.h",
MAME_DIR .. "src/devices/bus/ti99/gromport/singleconn.cpp",
MAME_DIR .. "src/devices/bus/ti99/gromport/singleconn.h",
+ MAME_DIR .. "src/devices/bus/ti99/hexbus/hexbus.cpp",
+ MAME_DIR .. "src/devices/bus/ti99/hexbus/hexbus.h",
+ MAME_DIR .. "src/devices/bus/ti99/hexbus/hx5102.cpp",
+ MAME_DIR .. "src/devices/bus/ti99/hexbus/hx5102.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",