comparison z80_to_x86.h @ 557:acec5464fa1e

Rename x86_backend.h and x86_backend.c to backend.h and backend.c respectively
author Mike Pavone <pavone@retrodev.com>
date Mon, 24 Feb 2014 00:50:15 -0800
parents 140af5509ce7
children 6b248602ab84 ea80559c67cb
comparison
equal deleted inserted replaced
556:34dfa9b24c7b 557:acec5464fa1e
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 #ifndef Z80_TO_X86_H_ 6 #ifndef Z80_TO_X86_H_
7 #define Z80_TO_X86_H_ 7 #define Z80_TO_X86_H_
8 #include "z80inst.h" 8 #include "z80inst.h"
9 #include "x86_backend.h" 9 #include "backend.h"
10 10
11 #define ZNUM_MEM_AREAS 4 11 #define ZNUM_MEM_AREAS 4
12 #define ZMAX_NATIVE_SIZE 128 12 #define ZMAX_NATIVE_SIZE 128
13 13
14 enum { 14 enum {