Hier im Forum hat jemand einen Link zu DosBox gepostet. Genau so ein Programm habe ich schon Jahrelang gesucht!!!!!!!!!
Jedoch habe ich nur Ton, wenn ich in den Setups der Spiele Adlib aktiviere.
Ich möchte aber Soundblaster Sound. Wie muss man DosBox einstellen, damit Soundblaster mit NForce2 Soundchips funktioniert?
DosBox Soundblaster aktivieren
- PhanTomAs
- Adventure-Gott
- Beiträge: 3352
- Registriert: 14.08.2003, 18:11
- Wohnort: Auf'm Mars
Klicke im Startmenü im DosBox-Ordner 'dosbox.conf' an um die Einstellungen zu editieren:
So ist es normalerweise eingestellt. Du kannst ja mal probieren Adlib zu deaktivieren (true durch false ersetzen).[sblaster]
# sblaster -- Enable the soundblaster emulation.
# base,irq,dma -- The IO/IRQ/DMA address of the soundblaster.
# sbrate -- Sample rate of soundblaster emulation.
# adlib -- Enable the adlib emulation.
# adlibrate -- Sample rate of adlib emulation.
# cms -- Enable the Creative Music System/Gameblaster emulation.
# Enabling both the adlib and cms might give conflicts!
# cmsrate -- Sample rate of cms emulation.
sblaster=true
base=220
irq=5
dma=1
sbrate=22050
adlib=true
adlibrate=22050
cms=false
cmsrate=22050