Hello.
Bart Oldeman wrote:
This contains the reworked Sound Blaster Pro emulation code from Stas,
Finally! The down side is that this
makes my dosemu page useless:)
I would like you to also apply the
attached patch ASAP to have the thing
actually finished.
(why I want $_sb_mixer to be "" is
because people complained that dosemu
changes the volume for them, so I
implemented the software mixer emulation,
while /dev/mixer is also still supported.)
compilation fixes for yacc/bison, old keyboard and mkbindist, and a few
documentation updates.
Still have this during build:
---
flex -i lexer.l
"lexer.l", line 500: warning, rule cannot be matched
---
The dosemu-devel mailing list (which was by invitation only so far) is
now open for everyone
Go to
http://lists.sourceforge.net/lists/listinfo/dosemu-devel
Going here:
http://sourceforge.net/mail/?group_id=49784
I can see also this misterious dosemu-bugs
list which even I haven't seen, also made
itself public.
It was always a bit of fun for me to know that
dosemu have some secret live, carefully hidden
even from its regular developers. At least it
seems to me that also Eric, Alberto and Reinhard
haven't ever seen that.
I appreciate you've finally killed that *paranoical
idiocy* (dosemu-devel is a different case here).
Seeing the spam rate of dosemu-bugs, I think you
can go even further and to terminate the list
entirely, but this doesn't matter too much of course.
--- etc/dosemu.conf Sun Nov 3 16:26:03 2002
+++ etc/dosemu.conf Sun Nov 3 16:51:02 2002
@@ -202,13 +202,14 @@
$_vnet = (off) # 'on' for packet-multi
# (used by dosnet, dsn0 overrides $_netdev)
-$_sound = (off) # sound support on/off
+$_sound = (on) # sound support on/off
$_sb_base = (0x220)
$_sb_irq = (5)
$_sb_dma = (1)
$_sb_dsp = "/dev/dsp"
-$_sb_mixer = "/dev/mixer"
+$_sb_mixer = ""
$_mpu_base = "0x330"
+
$_joy_device = "" # 1st and 2nd joystick device
# ("" if you don't want an emulated joystick)
# e.g. "/dev/js0" or "/dev/js0 /dev/js1"