diff options
author | 2020-09-02 00:03:04 +0200 | |
---|---|---|
committer | 2020-09-02 00:04:02 +0200 | |
commit | 82b7fb4eceae20982e9c2695691957d8475c364d (patch) | |
tree | c3756bb62a2da3946f0e29fd10a6e1df49e1b89b /scripts | |
parent | 63a89f22da19066d9f662a3bb9d695a93f6f0f16 (diff) |
ti99: Added SID Master expansion card.
Diffstat (limited to 'scripts')
-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 88b73e56729..125e69e982e 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -3252,6 +3252,8 @@ if (BUSES["TI99"]~=null) then MAME_DIR .. "src/devices/bus/ti99/peb/pgram.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/sidmaster.cpp", + MAME_DIR .. "src/devices/bus/ti99/peb/sidmaster.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", |