summaryrefslogtreecommitdiff
path: root/emulators/atari800/patches/patch-aa
blob: 107b60b541a9efd04bd1b8da22fa4b32df9e74fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.4 2004/01/08 15:24:42 adam Exp $

--- sound.c.orig	2003-02-24 09:33:10.000000000 +0000
+++ sound.c
@@ -44,7 +44,7 @@
 
 #define DEFDSPRATE 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 */