1 /*****************************************************************************\
2      Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
3                 This file is licensed under the Snes9x License.
4    For further information, consult the LICENSE file in the root directory.
5 \*****************************************************************************/
6 
7 /***********************************************************************************
8   SNES9X for Mac OS (c) Copyright John Stiles
9 
10   Snes9x for Mac OS X
11 
12   (c) Copyright 2001 - 2011  zones
13   (c) Copyright 2002 - 2005  107
14   (c) Copyright 2002         PB1400c
15   (c) Copyright 2004         Alexander and Sander
16   (c) Copyright 2004 - 2005  Steven Seeger
17   (c) Copyright 2005         Ryan Vogt
18  ***********************************************************************************/
19 
20 
21 #undef	READ_WORD(s)
22 #undef	READ_3WORD(s)
23 #undef	READ_DWORD(s)
24 #undef	WRITE_WORD(s, d)
25 #undef	WRITE_3WORD(s, d)
26 #undef	WRITE_DWORD(s, d)
27 
28 #define ZLIB
29 #define UNZIP_SUPPORT
30 #define	JMA_SUPPORT
31 #define USE_OPENGL
32 #define RIGHTSHIFT_IS_SAR
33 #define HAVE_STDINT_H
34 //#define DEBUGGER
35 
36 #define __MACOSX__
37