undocumented opcodes added to ncpu
[fceu.git] / version.h
1 #define VERSION_NUMERIC 81
2 #define VERSION_STRING ".81"
3
4 #if PSS_STYLE==2
5
6 #define PSS "\\"
7 #define PS '\\'
8
9 #elif PSS_STYLE==1
10
11 #define PSS "/"
12 #define PS '/'
13
14 #elif PSS_STYLE==3
15
16 #define PSS "\\"
17 #define PS '\\'
18
19 #elif PSS_STYLE==4
20
21 #define PSS ":"
22 #define PS ':'
23
24 #endif
25
26 #ifdef NOSTDOUT
27 #define puts(x) 
28 #define printf(x,...)
29 #endif