comparison z80_to_x86.h @ 467:140af5509ce7

Added copyright notice to source files and added GPL license text in COPYING
author Mike Pavone <pavone@retrodev.com>
date Tue, 10 Sep 2013 23:31:08 -0700
parents b7c3b2d22858
children acec5464fa1e 7c46891a29b1
comparison
equal deleted inserted replaced
466:bc9e0829ffc7 467:140af5509ce7
1 /*
2 Copyright 2013 Michael Pavone
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.
5 */
1 #ifndef Z80_TO_X86_H_ 6 #ifndef Z80_TO_X86_H_
2 #define Z80_TO_X86_H_ 7 #define Z80_TO_X86_H_
3 #include "z80inst.h" 8 #include "z80inst.h"
4 #include "x86_backend.h" 9 #include "x86_backend.h"
5 10