From: <sba...@us...> - 2023-06-10 04:21:46
|
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/2ff7ebb86858931f41d191a7cf9f54bfafa0ce9a/ commit 2ff7ebb86858931f41d191a7cf9f54bfafa0ce9a Author: Sergio Baldoví <ser...@gm...> AuthorDate: Sat Jun 10 06:20:07 2023 +0200 Document Sound Peripherals Options dialog --- man/fuse.1 | 70 +++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 42 insertions(+), 28 deletions(-) diff --git a/man/fuse.1 b/man/fuse.1 index 1b5fbab9..952aaeb2 100644 --- a/man/fuse.1 +++ b/man/fuse.1 @@ -212,7 +212,7 @@ option. .B \-\-covox .RS Emulate a Covox sound interface for Pentagon/Scorpion. Same as the -General Peripherals Options dialog's +Sound Peripherals Options dialog's .I "Covox" option. .RE @@ -472,7 +472,7 @@ are `320' (which corresponds to a 320\(mu240\(mu256 mode), the default and .PP .B \-\-fuller .RS -Emulate a Fuller Box interface. Same as the General Peripherals Options dialog's +Emulate a Fuller Box interface. Same as the Sound Peripherals Options dialog's .I "Fuller Box" option. .RE @@ -838,7 +838,7 @@ and .B \-\-melodik .RS Emulate a Melodik AY\ interface for 16/48k\ Spectrums. Same as the -General Peripherals Options dialog's +Sound Peripherals Options dialog's .I "Melodik" option. .RE @@ -1775,7 +1775,7 @@ Specify the TAP device to use for SpeccyBoot emulation. .PP .B \-\-specdrum .RS -Emulate a SpecDrum interface. Same as the General Peripherals Options dialog's +Emulate a SpecDrum interface. Same as the Sound Peripherals Options dialog's .I "SpecDrum" option. See the World of Spectrum Infoseek web page at .I http://www.worldofspectrum.org/infoseekid.cgi?id=1000062 @@ -2721,21 +2721,6 @@ If this option is enabled, the left and right mouse buttons will be swapped when emulating a Kempston mouse. .RE .PP -.I "Fuller Box" -.RS -If this option is selected, Fuse will emulate a Fuller Box AY sound and -joystick interface. This emulation is only available for the 16k, 48k and -TC2048 machines. -.RE -.PP -.I "Melodik" -.RS -If this option is selected, Fuse will emulate a Melodik AY sound interface. -These interfaces and many similar ones were produced to make the 48K\ Spectrum -compatible with the same AY music as the 128K\ Spectrum. This emulation is only -available for the 16k, 48k and TC2048 machines. -.RE -.PP .I "Interface\ 1" .RS If this option is selected, Fuse will emulate the simple Sinclair @@ -2804,15 +2789,6 @@ web page at for more details. .RE .PP -.I "SpecDrum interface" -.RS -If this option is selected, Fuse will emulate a Cheetah SpecDrum sound -interface. See the World of Spectrum Infoseek web page at -.I http://www.worldofspectrum.org/infoseekid.cgi?id=1000062 -for manuals, software and more. This emulation is only available for -the 48k, 128k and TC2048 machines. -.RE -.PP .I "Spectranet" .RS If this option is selected, Fuse will emulate the Spectranet interface, @@ -2844,6 +2820,20 @@ See the World of Spectrum Infoseek web page at .I http://www.worldofspectrum.org/infoseekid.cgi?id=1000080 for the manual. .RE +.RE +.PP +.I "Options, Peripherals, Sound..." +.RS +Display the Sound Peripherals Options dialog, letting you configure the +sound interface peripherals which Fuse will consider to be attached to +the emulated machine. (With the widget UI, the keys shown in brackets +toggle the options, +.I Enter +confirms any changes, and +.I Esc +aborts). Note that any changed settings only apply to the +currently-running Fuse. Also note that any changes that enable and disable +peripherals may result in a hard reset of the emulated machine. .PP .I "Covox interface" .RS @@ -2852,6 +2842,30 @@ interface. This emulation is only available for the Pentagon, Pentagon 512k, Pentagon 1024k and Scorpion machines. The Pentagon variants use port 0xfb and the Scorpion version uses port 0xdd. .RE +.PP +.I "Fuller Box" +.RS +If this option is selected, Fuse will emulate a Fuller Box AY sound and +joystick interface. This emulation is only available for the 16k, 48k and +TC2048 machines. +.RE +.PP +.I "Melodik" +.RS +If this option is selected, Fuse will emulate a Melodik AY sound interface. +These interfaces and many similar ones were produced to make the 48K\ Spectrum +compatible with the same AY music as the 128K\ Spectrum. This emulation is only +available for the 16k, 48k and TC2048 machines. +.RE +.PP +.I "SpecDrum interface" +.RS +If this option is selected, Fuse will emulate a Cheetah SpecDrum sound +interface. See the World of Spectrum Infoseek web page at +.I http://www.worldofspectrum.org/infoseekid.cgi?id=1000062 +for manuals, software and more. This emulation is only available for +the 48k, 128k and TC2048 machines. +.RE .RE .PP .I "Options, Peripherals, Disk..." |