1
0
Fork 0

ignore adlib 0xc0 high bits (seemingly unused on real cards), reduce volume

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3376
This commit is contained in:
Sebastian Strohhäcker 2009-04-28 21:45:43 +00:00
parent 177f197961
commit 1975a129cc
3 changed files with 8 additions and 11 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: adlib.h,v 1.4 2009-04-26 10:33:53 harekiet Exp $ */
/* $Id: adlib.h,v 1.5 2009-04-28 21:45:43 c2woody Exp $ */
#ifndef DOSBOX_ADLIB_H
#define DOSBOX_ADLIB_H
@ -24,7 +24,6 @@
#include "dosbox.h"
#include "mixer.h"
#include "inout.h"
#include "mixer.h"
#include "setup.h"
#include "pic.h"
#include "hardware.h"