comparison test_x86.c @ 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 140af5509ce7
children
comparison
equal deleted inserted replaced
568:19e517735215 569:9b7fcf748be0
1 /* 1 /*
2 Copyright 2013 Michael Pavone 2 Copyright 2013 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 "gen_x86.h" 6 #include "gen_x86.h"
7 #include "m68k_to_x86.h" 7 #include "m68k_core.h"
8 #include <stdio.h> 8 #include <stdio.h>
9 #include <stddef.h> 9 #include <stddef.h>
10 10
11 int main(int argc, char ** argv) 11 int main(int argc, char ** argv)
12 { 12 {