comparison m68k_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 3090d016c9e9
children dc9f178085a0
comparison
equal deleted inserted replaced
556:34dfa9b24c7b 557:acec5464fa1e
5 */ 5 */
6 #ifndef M68K_TO_X86_H_ 6 #ifndef M68K_TO_X86_H_
7 #define M68K_TO_X86_H_ 7 #define M68K_TO_X86_H_
8 #include <stdint.h> 8 #include <stdint.h>
9 #include <stdio.h> 9 #include <stdio.h>
10 #include "x86_backend.h" 10 #include "backend.h"
11 //#include "68kinst.h" 11 //#include "68kinst.h"
12 struct m68kinst; 12 struct m68kinst;
13 13
14 #define NUM_MEM_AREAS 4 14 #define NUM_MEM_AREAS 4
15 #define NATIVE_MAP_CHUNKS (64*1024) 15 #define NATIVE_MAP_CHUNKS (64*1024)