summaryrefslogtreecommitdiff
path: root/z80_to_x86.h
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2014-02-24 00:50:15 -0800
committerMike Pavone <pavone@retrodev.com>2014-02-24 00:50:15 -0800
commitfcf5fcfccb16b87e69b3ce9dd8dc74dbbaf426db (patch)
tree01c95b47e2f9427f86b49379702c0bbb86e992a2 /z80_to_x86.h
parent543c2656175b2832c1279452872962499d492c7a (diff)
Rename x86_backend.h and x86_backend.c to backend.h and backend.c respectively
Diffstat (limited to 'z80_to_x86.h')
-rw-r--r--z80_to_x86.h4
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