diff options
| author | 2025-03-02 22:28:51 +0100 | |
|---|---|---|
| committer | 2025-03-02 22:28:51 +0100 | |
| commit | acf0aeaa4bb4c149faee749043d575875feb53a2 (patch) | |
| tree | f4970b4df257c1b80838129c62f6894f52f8f4d1 /scripts | |
| parent | f962ece5fda580686738c15ec25be2240f330e42 (diff) | |
ti99: Add sidecar cartridge Arcturus.
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 bd9c56f4718..e70daaaef9a 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -4188,6 +4188,8 @@ if (BUSES["TI99"]~=null) then MAME_DIR .. "src/devices/bus/ti99/peb/tn_ide.h", MAME_DIR .. "src/devices/bus/ti99/peb/tn_usbsm.cpp", MAME_DIR .. "src/devices/bus/ti99/peb/tn_usbsm.h", + MAME_DIR .. "src/devices/bus/ti99/sidecar/arcturus.cpp", + MAME_DIR .. "src/devices/bus/ti99/sidecar/arcturus.h", } end |
