comparison blastem.h @ 569:9b7fcf748be0

Rename x86_68k_options and m68k_to_x86.h to m68k_options and m68k_core.h respectively
author Michael Pavone <pavone@retrodev.com>
date Sun, 02 Mar 2014 15:25:52 -0800
parents fb39534b6604
children 5439ae7946ca
comparison
equal deleted inserted replaced
568:19e517735215 569:9b7fcf748be0
5 */ 5 */
6 #ifndef BLASTEM_H_ 6 #ifndef BLASTEM_H_
7 #define BLASTEM_H_ 7 #define BLASTEM_H_
8 8
9 #include <stdint.h> 9 #include <stdint.h>
10 #include "m68k_to_x86.h" 10 #include "m68k_core.h"
11 #include "z80_to_x86.h" 11 #include "z80_to_x86.h"
12 #include "ym2612.h" 12 #include "ym2612.h"
13 #include "vdp.h" 13 #include "vdp.h"
14 #include "psg.h" 14 #include "psg.h"
15 #include "io.h" 15 #include "io.h"