From f769905a02d480e8a14b04144cabe268071716d8 Mon Sep 17 00:00:00 2001 From: Michael Zapf Date: Thu, 6 Mar 2025 17:13:22 +0100 Subject: ti99: Model the Speech Synthesizer as an own unit, with an adapter board for the PEB. --- scripts/src/bus.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'scripts') 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 -- cgit v1.2.3