diff options
| author | 2025-03-06 17:13:22 +0100 | |
|---|---|---|
| committer | 2025-03-06 17:14:34 +0100 | |
| commit | f769905a02d480e8a14b04144cabe268071716d8 (patch) | |
| tree | 9a19248983e81f9f9b41d499c565cb13ea79c40c /scripts | |
| parent | ea2e33ad194b90e4a0888899612f23a82250f1e0 (diff) | |
ti99: Model the Speech Synthesizer as an own unit, with an adapter board for the PEB.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/bus.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 407757e6371..7826a2f84ea 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -4176,8 +4176,8 @@ if (BUSES["TI99"]~=null) then MAME_DIR .. "src/devices/bus/ti99/peb/scsicard.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/speechadapter.cpp", + MAME_DIR .. "src/devices/bus/ti99/peb/speechadapter.h", MAME_DIR .. "src/devices/bus/ti99/peb/ti_32kmem.cpp", MAME_DIR .. "src/devices/bus/ti99/peb/ti_32kmem.h", MAME_DIR .. "src/devices/bus/ti99/peb/ti_fdc.cpp", @@ -4192,6 +4192,8 @@ if (BUSES["TI99"]~=null) then 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", + MAME_DIR .. "src/devices/bus/ti99/sidecar/speechsyn.cpp", + MAME_DIR .. "src/devices/bus/ti99/sidecar/speechsyn.h", } end |
