summaryrefslogtreecommitdiff
path: root/sid/sidplay-libs-2.1.0/libsidplay/src/mos6510/conf6510.h
blob: 6a1ea0bd6ee8a35f8c184afcc080df2e01bc0669 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/***************************************************************************
                          config.h  -  description
                             -------------------
    begin                : Thu May 11 2000
    copyright            : (C) 2000 by Simon White
    email                : s_a_white@email.com
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/
/***************************************************************************
 *  $Log: conf6510.h,v $
 *  Revision 1.3  2001/03/19 23:41:51  s_a_white
 *  Better support for global debug.
 *
 *  Revision 1.2  2000/12/11 19:03:16  s_a_white
 *  AC99 Update.
 *
 ***************************************************************************/

#ifndef _conf6510_h_
#define _conf6510_h_

#include "sidconfig.h"

#define MOS6510_CYCLE_BASED
#define MOS6510_ACCURATE_CYCLES
#define MOS6510_SIDPLAY
//#define MOS6510_STATE_6510
//#define MOS6510_DEBUG 1

// Support global debug option
#ifdef DEBUG
#   ifndef MOS6510_DEBUG
#   define MOS6510_DEBUG DEBUG
#   endif
#endif

#endif // _conf6510_h_