From: <sba...@us...> - 2023-06-10 04:21:42
|
This is an automated email from the git hooks/post-receive-user script. sbaldovi pushed a change to branch master in repository fuse. from adf05c4f Remove mime types for img/raw/rom files new 10d667dc feat: Move sound peripherals into its own menu "Peripherals/Sound" new 69a847ad Merge request #20: Move sound peripherals into its own menu new 2ff7ebb8 Document Sound Peripherals Options dialog The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: fuse.c | 6 ++-- machine.h | 6 ++-- man/fuse.1 | 70 +++++++++++++++++++++++--------------- 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 ++++ 20 files changed, 83 insertions(+), 50 deletions(-) rename peripherals/{ => sound}/ay.c (99%) rename peripherals/{ => sound}/ay.h (100%) rename peripherals/{ => sound}/covox.c (100%) rename peripherals/{ => sound}/covox.h (100%) rename peripherals/{ => sound}/fuller.c (98%) rename peripherals/{ => sound}/fuller.h (100%) rename peripherals/{ => sound}/melodik.c (100%) rename peripherals/{ => sound}/melodik.h (100%) rename peripherals/{ => sound}/specdrum.c (100%) rename peripherals/{ => sound}/specdrum.h (100%) |