# | Line 2 | Line 2 | |
---|---|---|
2 | * audio_macosx.cpp - Audio support, implementation Mac OS X | |
3 | * Copyright (C) 2006, Daniel Sumorok | |
4 | * | |
5 | < | * Basilisk II (C) 1997-2005 Christian Bauer |
5 | > | * Basilisk II (C) 1997-2008 Christian Bauer |
6 | * | |
7 | * This program is free software; you can redistribute it and/or modify | |
8 | * it under the terms of the GNU General Public License as published by | |
# | Line 35 | Line 35 | |
35 | #include "audio_defs.h" | |
36 | #include "MacOSX_sound_if.h" | |
37 | ||
38 | < | #define DEBUG 1 |
38 | > | #define DEBUG 0 |
39 | #include "debug.h" | |
40 | ||
41 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |