libsidplayfp  0.3.5
conf6510.h
1 /***************************************************************************
2  config.h - description
3  -------------------
4  begin : Thu May 11 2000
5  copyright : (C) 2000 by Simon White
6  email : s_a_white@email.com
7  ***************************************************************************/
8 
9 /***************************************************************************
10  * *
11  * This program is free software; you can redistribute it and/or modify *
12  * it under the terms of the GNU General Public License as published by *
13  * the Free Software Foundation; either version 2 of the License, or *
14  * (at your option) any later version. *
15  * *
16  ***************************************************************************/
17 /***************************************************************************
18  * $Log: conf6510.h,v $
19  * Revision 1.4 2004/06/16 22:25:23 s_a_white
20  * Turn on cpu debugging by default.
21  *
22  * Revision 1.3 2001/03/19 23:41:51 s_a_white
23  * Better support for global debug.
24  *
25  * Revision 1.2 2000/12/11 19:03:16 s_a_white
26  * AC99 Update.
27  *
28  ***************************************************************************/
29 
30 #ifndef _conf6510_h_
31 #define _conf6510_h_
32 
33 #include "sidplayfp/sidconfig.h"
34 
35 #define MOS6510_CYCLE_BASED
36 #define MOS6510_SIDPLAY
37 //#define MOS6510_STATE_6510
38 //#define MOS6510_DEBUG 1
39 
40 // Support global debug option
41 #ifdef DEBUG
42 # ifndef MOS6510_DEBUG
43 # define MOS6510_DEBUG DEBUG
44 # endif
45 #endif
46 
47 #endif // _conf6510_h_