comparison blastem.c @ 1018:dba8c630bdbf

Update changelog and version number for 0.4.0 release
author Michael Pavone <pavone@retrodev.com>
date Mon, 02 May 2016 22:20:19 -0700
parents 216fa63749b3
children 8c90982429e3
comparison
equal deleted inserted replaced
1017:216fa63749b3 1018:dba8c630bdbf
1 /* 1 /*
2 Copyright 2013 Michael Pavone 2 Copyright 2013-2016 Michael Pavone
3 This file is part of BlastEm. 3 This file is part of BlastEm.
4 BlastEm is free software distributed under the terms of the GNU General Public License version 3 or greater. See COPYING for full license text. 4 BlastEm is free software distributed under the terms of the GNU General Public License version 3 or greater. See COPYING for full license text.
5 */ 5 */
6 #include <stdio.h> 6 #include <stdio.h>
7 #include <stdlib.h> 7 #include <stdlib.h>
20 #include "util.h" 20 #include "util.h"
21 #include "romdb.h" 21 #include "romdb.h"
22 #include "terminal.h" 22 #include "terminal.h"
23 #include "arena.h" 23 #include "arena.h"
24 24
25 #define BLASTEM_VERSION "0.3.X" 25 #define BLASTEM_VERSION "0.4.0"
26 26
27 #define MCLKS_NTSC 53693175 27 #define MCLKS_NTSC 53693175
28 #define MCLKS_PAL 53203395 28 #define MCLKS_PAL 53203395
29 29
30 uint32_t MCLKS_PER_68K; 30 uint32_t MCLKS_PER_68K;