summaryrefslogtreecommitdiff
path: root/emulators/atari800/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/atari800/patches/patch-aa')
-rw-r--r--emulators/atari800/patches/patch-aa20
1 files changed, 10 insertions, 10 deletions
diff --git a/emulators/atari800/patches/patch-aa b/emulators/atari800/patches/patch-aa
index 107b60b541a..6c5241e2c01 100644
--- a/emulators/atari800/patches/patch-aa
+++ b/emulators/atari800/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.4 2004/01/08 15:24:42 adam Exp $
+$NetBSD: patch-aa,v 1.5 2006/01/20 07:38:13 adam Exp $
---- sound.c.orig 2003-02-24 09:33:10.000000000 +0000
-+++ sound.c
-@@ -44,7 +44,7 @@
+--- sound_oss.c.orig 2005-12-28 19:22:06.000000000 +0100
++++ sound_oss.c
+@@ -39,7 +39,7 @@
+ #include "pokeysnd.h"
+ #include "util.h"
- #define DEFDSPRATE 22050
+-static const char * const dspname = "/dev/dsp";
++static const char * const dspname = DEVOSSAUDIO;
+ static int dsprate = 22050;
--static char *dspname = "/dev/dsp";
-+static char *dspname = DEVOSSAUDIO;
- static int dsprate = DEFDSPRATE;
- static int fragstofill = 0;
- static int snddelay = 60; /* delay in milliseconds */
+ static int sound_enabled = TRUE;