summaryrefslogtreecommitdiff
path: root/games/xgalaga/files/patch-ab
blob: 85652556561fe1c8ab9ff4f43bb143d9c954bb00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** xgal.sndsrv.freebsd.c~	Thu May 18 00:44:28 1995
--- xgal.sndsrv.freebsd.c	Wed Oct 25 23:32:15 1995
***************
*** 82,88 ****
    int dsp, frag, value;
    int mixer;
  
!   dsp = open(dspdev, O_RDWR);
    if (dsp < 1)
    {
      fprintf (stderr, "xgal.sndsrv: Couldn't open DSP %s\n",dspdev);
--- 82,88 ----
    int dsp, frag, value;
    int mixer;
  
!   dsp = open(dspdev, O_WRONLY);
    if (dsp < 1)
    {
      fprintf (stderr, "xgal.sndsrv: Couldn't open DSP %s\n",dspdev);