From: <sba...@us...> - 2023-06-10 04:21:45
|
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/69a847ad7f9be6b80355b735484f7af0f5c52d33/ commit 69a847ad7f9be6b80355b735484f7af0f5c52d33 Merge: adf05c4f 10d667dc Author: Sergio Baldoví <ser...@gm...> AuthorDate: Sat Jun 10 06:13:34 2023 +0200 Merge request #20: Move sound peripherals into its own menu fuse.c | 6 +++--- machine.h | 6 +++--- menu.h | 1 + menu_data.dat | 1 + peripherals/Makefile.am | 20 ++++++++++---------- peripherals/{ => sound}/ay.c | 2 +- peripherals/{ => sound}/ay.h | 0 peripherals/{ => sound}/covox.c | 0 peripherals/{ => sound}/covox.h | 0 peripherals/{ => sound}/fuller.c | 2 +- peripherals/{ => sound}/fuller.h | 0 peripherals/{ => sound}/melodik.c | 0 peripherals/{ => sound}/melodik.h | 0 peripherals/{ => sound}/specdrum.c | 0 peripherals/{ => sound}/specdrum.h | 0 ui/options.dat | 11 +++++++---- ui/widget/menu.c | 6 ++++++ ui/widget/widget.c | 1 + ui/widget/widget.h | 7 +++++++ 19 files changed, 41 insertions(+), 22 deletions(-) |