diff options
Diffstat (limited to 'z80_to_x86.h')
-rw-r--r-- | z80_to_x86.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/z80_to_x86.h b/z80_to_x86.h index dd5864b..ab2c846 100644 --- a/z80_to_x86.h +++ b/z80_to_x86.h @@ -1,12 +1,12 @@ /* Copyright 2013 Michael Pavone - This file is part of BlastEm. + This file is part of BlastEm. BlastEm is free software distributed under the terms of the GNU General Public License version 3 or greater. See COPYING for full license text. */ #ifndef Z80_TO_X86_H_ #define Z80_TO_X86_H_ #include "z80inst.h" -#include "x86_backend.h" +#include "backend.h" #define ZNUM_MEM_AREAS 4 #define ZMAX_NATIVE_SIZE 128 |