VOGONS


DOSBox Game Launcher (DOSBox Frontend)

Topic actions

Reply 2180 of 2186, by Neville

User metadata
Rank Oldbie
Rank
Oldbie

I just build a portable DBGL with some games and DOSBox Staging in order to demonstrate the new Sound Canvas emulation to some friends. However, I noticed I still had to add the "soundcanvas" switch to the "mididevice_staging0810" section in the Dynamic Options. I'm using latest beta, dbgl0100beta17. I'm a bit confused, because right now I can't remember if any stable version of DOSBox Staging has already included the Sound Canvas emulation. Anyway, maybe it's time to start including the option.

The Sound Canvas section on the dosbox-staging.conf file also has a few options, but I don't know if they deserve its own section on the profile editor. Here they are:

[soundcanvas] # soundcanvas_model: The Roland Sound Canvas model to use. # One or more CLAP audio plugins t […]
Show full quote

[soundcanvas]
# soundcanvas_model: The Roland Sound Canvas model to use.
# One or more CLAP audio plugins that implement the supported Sound Canvas
# models must be present in the 'plugins' directory in your DOSBox installation
# or configuration directory. DOSBox searches for the requested model by
# inspecting the plugin descriptions. The lookup for the best model is
# performed in order as listed.
# auto: Pick the best available model (default).
# sc55: Pick the best available original SC-55 model.
# sc55mk2: Pick the best available SC-55mk2 model.
# <version>: Use the exact specified model version (e.g., 'sc55_121').
# Possible values: auto, sc55, sc55_121, sc55_120, sc55_110, sc55_100, sc55_200, sc55mk2, sc55mk2_100, sc55mk2_101.
#
# soundcanvas_filter: Filter for the Roland Sound Canvas audio output:
# on: Filter the output (default).
# off: Don't filter the output.
# <custom>: Custom filter definition; see 'sb_filter' for details.
#

soundcanvas_model = auto
soundcanvas_filter = on

Oh, and 've been thinking about those PC-98 self-booting HD images I talked about earlier. Made me realise there's not an option in DBGL to boot PC harddrive images either. I can see why not, because it's not something one would usually need. Anyway, if there's room in the Mounting tab and the feature is added to any of those systems (PC or PC-98), why not both?

And well, if adding this feature is out of the question, I can always write a BAT file to launch these rare games that need booting from an HD image. There aren't that many .

Reply 2182 of 2186, by rcblanke

User metadata
Rank Oldbie
Rank
Oldbie
kolderman wrote on 2025-10-03, 20:53:

I get an error:

i get an error minimum windows build version 14393 but currrent is 7601

Maybe there are some left-over temporary SWT files from the 'new' jar. Please try removing (or renaming) the .swt folder in your home directory.

Reply 2183 of 2186, by rcblanke

User metadata
Rank Oldbie
Rank
Oldbie
willow wrote on 2025-11-03, 20:44:

Good morning
Do you plan to support DOSBox Pure Unleashed, new version standalone of dosbox pure https://github.com/schellingb/dosbox-pure-unleashed ?

Hi willow; that is quite unlikely, as this particular DOSBox fork seems mostly intended to be used stand-alone, using it's own gui etc. Unless there actually IS a compelling reason to use it with DBGL?

Reply 2184 of 2186, by rcblanke

User metadata
Rank Oldbie
Rank
Oldbie
Neville wrote on 2025-10-11, 20:15:

..Oh, and 've been thinking about those PC-98 self-booting HD images I talked about earlier...

For the moment, I'm working on implementing .HDI browsing. More work is underway, but as usual, the last months of the year are the busiest for me - so it might take some time.

Reply 2185 of 2186, by Neville

User metadata
Rank Oldbie
Rank
Oldbie

Sure, take all the time you need. I also imagine it's not a very urgent or popular feature.

Reply 2186 of 2186, by willow

User metadata
Rank Member
Rank
Member
rcblanke wrote on 2025-11-25, 19:08:
willow wrote on 2025-11-03, 20:44:

Good morning
Do you plan to support DOSBox Pure Unleashed, new version standalone of dosbox pure https://github.com/schellingb/dosbox-pure-unleashed ?

Hi willow; that is quite unlikely, as this particular DOSBox fork seems mostly intended to be used stand-alone, using it's own gui etc. Unless there actually IS a compelling reason to use it with DBGL?

Thanks.