summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author Michael Zapf <github@mizapf.de>2020-03-15 11:46:00 +0100
committer Michael Zapf <github@mizapf.de>2020-03-15 11:46:31 +0100
commit5fda8f640689e0a2ddfa6ab17f143d5a5878f392 (patch)
treeaf843216d28d6021bccc44ac4cae9793c48eb5e8 /scripts/src
parentb1ed8cddbe83e8977f99f167175ee2abb4816660 (diff)
ti99: Added Myarc DDCC-1 disk controller card.
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/bus.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index b4a4b66a6b8..97f299d6eb6 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -3144,6 +3144,8 @@ if (BUSES["TI99"]~=null) then
MAME_DIR .. "src/devices/bus/ti99/peb/bwg.h",
MAME_DIR .. "src/devices/bus/ti99/peb/cc_fdc.cpp",
MAME_DIR .. "src/devices/bus/ti99/peb/cc_fdc.h",
+ MAME_DIR .. "src/devices/bus/ti99/peb/myarcfdc.cpp",
+ MAME_DIR .. "src/devices/bus/ti99/peb/myarcfdc.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",