comparison m68k_to_x86.h @ 252:63b9a500a00b

Implement retranslating code when written to. Possibly broken, need to fix some other bugs before a proper test.
author Mike Pavone <pavone@retrodev.com>
date Mon, 29 Apr 2013 21:46:48 -0700
parents d9bf8e61c33c
children 2989ed7b8608
comparison
equal deleted inserted replaced
251:4a7ac10ac2d9 252:63b9a500a00b
7 struct m68kinst; 7 struct m68kinst;
8 8
9 #define NUM_MEM_AREAS 4 9 #define NUM_MEM_AREAS 4
10 #define NATIVE_MAP_CHUNKS (64*1024) 10 #define NATIVE_MAP_CHUNKS (64*1024)
11 #define NATIVE_CHUNK_SIZE ((16 * 1024 * 1024 / NATIVE_MAP_CHUNKS)/2) 11 #define NATIVE_CHUNK_SIZE ((16 * 1024 * 1024 / NATIVE_MAP_CHUNKS)/2)
12 #define EXTENSION_WORD 0xFFFFFFFE
13 #define MAX_NATIVE_SIZE 255 12 #define MAX_NATIVE_SIZE 255
14 13
15 #define OPT_NATIVE_CALL_STACK 0x1 14 #define OPT_NATIVE_CALL_STACK 0x1
16 15
17 typedef struct { 16 typedef struct {