|
From: <sba...@us...> - 2023-10-08 04:59:36
|
This is an automated email from the git hooks/post-receive-user script. sbaldovi pushed a commit to branch master in repository fuse. View the commit online: https://sourceforge.net/p/fuse-emulator/fuse/ci/c80f3d9b705e7bd724bf1139f4eab7ed64415a86/ commit c80f3d9b705e7bd724bf1139f4eab7ed64415a86 Merge: 7718c3a4 7d00e36b Author: Sergio Baldoví <ser...@gm...> AuthorDate: Sun Oct 8 06:57:53 2023 +0200 Merge branch 'patches-142-currah-uspeech' ChangeLog | 4 + README | 4 +- data/shell-completion/bash/fuse | 14 +- fuse.c | 2 + infrastructure/startup_manager.h | 1 + machines/machines_periph.c | 1 + man/fuse.1 | 62 +- memory_pages.c | 34 +- menu.c | 8 +- menu_data.dat | 8 +- periph.h | 1 + peripherals/Makefile.am | 2 + peripherals/sound/sp0256.c | 1544 ++++++++++++++++++++++++++++++++++++++ peripherals/sound/sp0256.h | 42 ++ peripherals/sound/uspeech.c | 443 +++++++++++ peripherals/sound/uspeech.h | 46 ++ settings.dat | 4 + settings.pl | 8 +- sound.c | 36 + sound.h | 2 + ui/options.dat | 2 + unittests/unittests.c | 2 + z80/coretest.c | 9 + z80/z80_checks.h | 1 + z80/z80_ops.c | 9 + 25 files changed, 2268 insertions(+), 21 deletions(-) |