comparison m68k_to_x86.h @ 86:3d3966c254b2

RTE doesn't crash the emulator anymore
author Mike Pavone <pavone@retrodev.com>
date Wed, 26 Dec 2012 18:20:23 -0800
parents 6331ddec228f
children dd3c680c618c
comparison
equal deleted inserted replaced
85:1db2a0b655d1 86:3d3966c254b2
1 #include <stdint.h> 1 #include <stdint.h>
2 #include "68kinst.h" 2 #include "68kinst.h"
3 3
4 #define NUM_MEM_AREAS 4 4 #define NUM_MEM_AREAS 4
5 #define NATIVE_MAP_CHUNKS (32*1024) 5 #define NATIVE_MAP_CHUNKS (64*1024)
6 #define NATIVE_CHUNK_SIZE ((16 * 1024 * 1024 / NATIVE_MAP_CHUNKS)/2) 6 #define NATIVE_CHUNK_SIZE ((16 * 1024 * 1024 / NATIVE_MAP_CHUNKS)/2)
7 #define INVALID_OFFSET 0xFFFFFFFF 7 #define INVALID_OFFSET 0xFFFFFFFF
8 8
9 typedef struct { 9 typedef struct {
10 uint8_t *base; 10 uint8_t *base;