head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.54 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.52 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.50 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.48 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.46 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.44 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.42 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.40 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.38 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.36 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.34 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.32 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.30 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.28 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.26 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.24 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.22 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.20 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.18 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.16 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.14 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 buildlink2-base:1.4 netbsd-1-4-RELEASE:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 99.07.04.14.41.16; author frueauf; state dead; branches; next 1.3; 1.3 date 99.06.07.08.19.48; author frueauf; state Exp; branches; next 1.2; 1.2 date 99.05.10.11.26.12; author frueauf; state dead; branches; next 1.1; 1.1 date 99.02.09.13.09.56; author frueauf; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.02.09.13.09.56; author frueauf; state Exp; branches; next ; desc @@ 1.4 log @Update sidplay to 1.36.35. Provided in pr 7846 by Antti Kantee. * Don't allow SID to disable voice 3 if it has filters enabled. * Improved emulation of Galway Noise based on PlaySID's Extended SID registers. * Improved random number generator's bit 0. * Improved ASCII conversion of CHR$-strings in MUS file format. (Peter Weighill) @ text @$NetBSD: patch-ae,v 1.3 1999/06/07 08:19:48 frueauf Exp $ --- console/audio/linux/audiodrv.h.orig Sun Mar 7 08:38:58 1999 +++ console/audio/linux/audiodrv.h Wed Jun 2 20:06:29 1999 @@@@ -1,14 +1,16 @@@@ -// -// 1997/09/27 21:38:01 -// +// -------------------------------------------------------------------------- +// ``Open Sound System (OSS)'' specific audio driver interface. +// -------------------------------------------------------------------------- #ifndef AUDIODRV_H #define AUDIODRV_H -#include -#include #include +#include +#include +#include +#include #include "compconf.h" #include "mytypes.h" @@@@ -107,6 +109,8 @@@@ int encoding; int precision; int channels; + + bool swapEndian; }; @ 1.3 log @Add patches from Michael Schwendt to enable ossaudio. Provided in pr 7693 by Antti Kantee. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update sidplay to 1.36.34, provided in pr 7325 by Antti Kantee. @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.1 1999/02/09 13:09:56 frueauf Exp $ d3 33 a35 11 --- ./console/Makefile.in.orig Sat May 23 02:30:46 1998 +++ ./console/Makefile.in Sun Jan 31 11:33:05 1999 @@@@ -24,7 +24,7 @@@@ DEFS = @@DEFS@@ INCLUDES = -I$(SRCDIR) -I$(TOPDIR)/libsidplay/include -LIBM = @@LIBM@@ +LIBM = @@LIBM@@ -lossaudio LIBIOS = @@LIBIOS@@ SIDLIB = -L$(TOPDIR)/libsidplay -lsidplay LIBS = @@LIBS@@ $(LIBM) $(LIBIOS) $(SIDLIB) @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Initial import of sidplay-1.36.32, some tools for playing sidtunes. Based on pr 6960 by Antti Kantee with some changes by myself. @ text @@