diff options
author | 2020-03-17 23:26:48 +0100 | |
---|---|---|
committer | 2020-03-17 23:27:19 +0100 | |
commit | fa500f400dbee09e4ab4a5a01d2b05055a9749b2 (patch) | |
tree | 8e9808585f440aed6f5b283937ebfa3a4f0291f9 /scripts/src | |
parent | 8d40bc060a13ce253cef99e18b3df72861f32864 (diff) |
ti99: Added FORTi sound card.
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/bus.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 031815ae01e..4d0b8b43527 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -3152,6 +3152,8 @@ if (BUSES["TI99"]~=null) then 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/forti.cpp", + MAME_DIR .. "src/devices/bus/ti99/peb/forti.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", |