DOSBox_Staging, to opensource
@DOSBox_Staging@corteximplant.com avatar

DOSBox Staging Basics
Today: Soundcard emulation

DOSBox Staging supports the emulation of the following audio output devices:

  • Ad Lib

  • AdLib Music Synthesizer Card

  • AdLib Gold 1000

  • Creative Labs

  • Game Blaster

  • Sound Blaster 1.x

  • Sound Blaster 2.0

  • Sound Blaster Pro

  • Sound Blaster Pro 2

  • Sound Blaster 16

  • Gravis UltraSound

  • IBM Music Feature Card

  • IBM PCjr

  • IBM PS/1

  • Innovation SSI 2001

  • Parallel-Port DAC

  • Covox Speech Thing

  • Disney Sound Source

  • Stereo-on-1 DAC

  • PC Speaker

  • Tandy 1000

See our WIKI for more information and setup guides
https://github.com/dosbox-staging/dosbox-staging/wiki/Sound-cards

#dosbox #dosgaming #msdos #emulation #retrogaming #linuxgaming #macgaming #foss #soundblaster #adlib #GUS #tandy #ibm

image/png
image/jpeg
image/jpeg

boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
comrad, to random German
@comrad@mastodon.social avatar

Der beste Drückblick der Woche ist wieder da - alles was in der vergangenen Woche im #LinuxGaming passiert ist, findet ihr wieder im aktuellen Holarse Wochenendrückblick Nr. 22 auf @holarse.

Bes. Augenschmaus: Stone Kingdoms für alle Stronghold-Fans. Ebenso: Honki Tonk's Zivilisationen von @honkitonk.

Ausserdem: Die neue Gemini Gen2-Reihe von @tuxedocomputers. Vllt. mal wieder ein interessantes Gerät zum Testen?

Danke an @xilef, @nascher und @meldrian! :heart:

https://holarse.de/news/wochenendr%C3%BCckblick_2023_22_sommerfrische_edition_laptop_mit_desktop_power_tuxedo_gemini_gen2

Stone Kingdoms
Tuxedo Gemini Gen2

boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
DOSBox_Staging, to opensource
@DOSBox_Staging@corteximplant.com avatar

DOSBox Staging Basics
Today: Configuring MIDI device

DOSBox Staging supports the following MIDI devices for music playback:

-System/Host MIDI (default)
-FluidSynth for using SoundFonts
-mt32emu/MUNT for emulating Roland MT-32, CM-32L and LAPC-I synthesizer modules.

DOS-Retro-Sound with Roland MT-32 (Part 1/3)
(german video, translation available through YouTube)
https://www.youtube.com/watch?v=cKkjSfy4mic

"Unmissable MT32 experiences" thread on Vogons.org
https://www.vogons.org/viewtopic.php?f=62&t=77567

Phils ultimate MT-32 video, running time 3,5 hours!
https://www.youtube.com/watch?v=OLvsaJ4h-VY

See our WIKI for more information and setup guides
https://github.com/dosbox-staging/dosbox-staging/wiki/MIDI

-32

Waxingtonknee, to random
@Waxingtonknee@mastodon.org.uk avatar

Wisdom to be found in Portal 2. #SteamDeck #LinuxGaming

boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
DOSBox_Staging, to opensource
@DOSBox_Staging@corteximplant.com avatar

Unrelated pic of the day: DOSBox Staging compiler warnings (2019-2020)

DOSBox_Staging, to opensource
@DOSBox_Staging@corteximplant.com avatar

DOSBox Staging Basics
Today: Case-insensitive paths handling

Paths passed to commands mount, imgmount, and audio track paths in .cue and .ins files are now treated as case-insensitive, regardless of the operating system.

Fixes numerous issues with running DOS games on Linux or FreeBSD. This change alone corrects the vast majority of Windows-only DOS game releases on GOG or Steam (such as e.g. Settlers II, Redneck Rampage, or Mortal Kombat series) - users no longer need to manually adjust the paths after unpacking games from Windows installer.

This should significantly improve the quality of Lutris installers as well.

ugurcan, to random
@ugurcan@mastodon.gamedev.place avatar

#SteamDeck is the best gadget of this year. It’s the fresh breath that clearly resurrected #linuxgaming.

Can’t wait to play Diablo IV on the road with it.

KorayKaratay, to linux

@gamingonlinux @ubuntu What's the state of Steam snap app? Is it still unable to launch Linux native games or does that fixed?
#steam #ubuntu #linux #linuxgaming

boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
DOSBox_Staging, to opensource
@DOSBox_Staging@corteximplant.com avatar

DOSBox Staging Basics
Today: Improve Telnet-mode handling for modem emulation

For those hosting a BBS behind a Telnet interface, you can now pre-configure your serial port in Telnet-mode with the telnet:1 argument, as follows:

[serial]
serial1 = modem telnet:1 listenport:2323

For those dialling BBSs hosted behind a Telnet interface, use the following dial-prefix: AT+NET1DT. In general, the +NET1 or +NET0 AT-command will enable or disable Telnet-mode, respectively.

This change brings Telnet-mode in-line with the Hayes multi-character command specification, which should be compatible with existing BBS software.

For more background about this change, see:

boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar

Setris – Tetris with Sand Physics (with Linux client): https://mslivo.itch.io/setris

boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
DOSBox_Staging, to opensource
@DOSBox_Staging@corteximplant.com avatar

DOSBox Staging Basics
Today:Splash screen and help banner verbosity control

The splash screen and its delay, as well as the blue help banner, can now be skipped using the startup_verbosity setting in the [dosbox] section in the config file. The verbosity can be set as follows:

  • high shows everything: the splash screen, blue help banner, and initial console output.
  • medium skips just the splash screen and its delay, but still shows the blue help banner and initial console output.
  • low skips both the splash screen, delay, and blue help banner, but still shows initial console output.
  • quiet skips all of the above. The first output will either be the command prompt or output from startup executables or batch files.

By default, the verbosity is set to auto, which is either low when an executable or directory is passed on the command-line or high when DOSBox Staging is started without initial commands.
For a visual depiction of the options, see:
https://github.com/dosbox-staging/dosbox-staging/issues/477

#dosbox #dosgaming #msdos #emulation #retrogaming #linuxgaming #macgaming #foss

boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar

Deus Ex Mankind Divided – Alpha Terrain (Hack to Make Things Look Better): https://simonschreibt.de/gat/deus-ex-alpha-terrain/
#linux #linuxgaming #gaming #deusex #mankinddivided #alphaterrain #hack #gamedev

boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
nicemicro, to linux
@nicemicro@fosstodon.org avatar

I'm trying to make a tutorial for GZDoom on Arch Linux.

What is the best way to acquire the DOOM2 official wad file that I should suggest to those who want the original experience, and not the Freedoom2 (available in the AUR)?

Thanks

#doom #gzdoom #linux #linuxGaming #askFedi #archLinux

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • ngwrru68w68
  • tester
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • megavids
  • tacticalgear
  • osvaldo12
  • normalnudes
  • cubers
  • cisconetworking
  • everett
  • GTA5RPClips
  • ethstaker
  • Leos
  • provamag3
  • anitta
  • modclub
  • lostlight
  • All magazines