comparison blastem.c @ 815:1f3ddeaacaee

Change version to 0.3.X so intermediate source builds do not get an inappropriate version number
author Michael Pavone <pavone@retrodev.com>
date Mon, 27 Jul 2015 23:42:54 -0700
parents 2953708d02af
children ab017fb09e77
comparison
equal deleted inserted replaced
814:109ac52ffecd 815:1f3ddeaacaee
17 #include <stdio.h> 17 #include <stdio.h>
18 #include <stdlib.h> 18 #include <stdlib.h>
19 #include <string.h> 19 #include <string.h>
20 #include <ctype.h> 20 #include <ctype.h>
21 21
22 #define BLASTEM_VERSION "0.3.1" 22 #define BLASTEM_VERSION "0.3.X"
23 23
24 #define MCLKS_NTSC 53693175 24 #define MCLKS_NTSC 53693175
25 #define MCLKS_PAL 53203395 25 #define MCLKS_PAL 53203395
26 26
27 #define MCLKS_PER_68K 7 27 #define MCLKS_PER_68K 7