comparison blastem.c @ 529:6a648d944311

Remove defines from blastem.c that had been moved to blastem.h
author Mike Pavone <pavone@retrodev.com>
date Wed, 12 Feb 2014 23:21:47 -0800
parents fb39534b6604
children 46a60bb5f785
comparison
equal deleted inserted replaced
528:aae9e738c6a4 529:6a648d944311
16 #include <stdio.h> 16 #include <stdio.h>
17 #include <stdlib.h> 17 #include <stdlib.h>
18 #include <string.h> 18 #include <string.h>
19 19
20 #define BLASTEM_VERSION "0.1.0" 20 #define BLASTEM_VERSION "0.1.0"
21
22 #define CARTRIDGE_WORDS 0x200000
23 #define RAM_WORDS 32 * 1024
24 #define Z80_RAM_BYTES 8 * 1024
25 21
26 #define MCLKS_NTSC 53693175 22 #define MCLKS_NTSC 53693175
27 #define MCLKS_PAL 53203395 23 #define MCLKS_PAL 53203395
28 24
29 #define MCLKS_PER_68K 7 25 #define MCLKS_PER_68K 7