diff 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
line wrap: on
line diff
--- a/z80_to_x86.h	Mon Feb 24 00:40:32 2014 -0800
+++ b/z80_to_x86.h	Mon Feb 24 00:50:15 2014 -0800
@@ -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