pkgsrc/emulators/fuse/patches/patch-aa
adam cc6f1c54c5 Changes 0.9.0:
* New features:
  * Add +D disk interface support
  * New floppy disk controller emulation for +D and Beta disk
    interface emulation
  * Add Pentagon 512 and Pentagon 1024 emulation
  * Add Hi-Fi beeper for improved reproduction of multi-channel beeper
    tunes (e.g. Fairlight 2, Wham - the Music Box)
  * Add support for saving tape images without using tape traps
  * Add support for loading from WAV tape images
  * Add support for saving CSW tape images and TZX direct recording
    blocks
  * Allow distinction between "soft" resets (activating the reset line
    on the Z80) and "hard" resets (pulling the power)
  * New ALSA sound driver
  * AmigaOS support
  * MorphOS support
* Emulation core improvements
* Machine specific improvements
* Various other minor bugfixes
2008-01-24 18:32:37 +00:00

13 lines
511 B
Text

$NetBSD: patch-aa,v 1.3 2008/01/24 18:32:37 adam Exp $
--- sound/osssound.c.orig 2007-12-21 17:43:10.000000000 +0100
+++ sound/osssound.c
@@ -52,7 +52,7 @@ int sound_lowlevel_init(const char *devi
int frag,tmp,flags;
/* select a default device if we weren't explicitly given one */
-if(device==NULL) device = "/dev/dsp";
+if(device==NULL) device = DEVOSSAUDIO;
/* Open the sound device non-blocking to avoid hangs if it is being
* used by something else, but then set it blocking again as that's what