From fa500f400dbee09e4ab4a5a01d2b05055a9749b2 Mon Sep 17 00:00:00 2001 From: Michael Zapf Date: Tue, 17 Mar 2020 23:26:48 +0100 Subject: ti99: Added FORTi sound card. --- scripts/src/bus.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/src') 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", -- cgit v1.2.3