summaryrefslogtreecommitdiff
path: root/m68k_to_x86.h
blob: c287d6f6e293a567093386aa5d3f84d51cc727e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <stdint.h>

typedef struct {
	uint32_t flags;
	int8_t   dregs[8];
	int8_t   aregs[8];
} x86_68k_options;

typedef struct {
	uint8_t  flags[5];
	uint8_t  status;
	uint16_t reserved;
	uint32_t dregs[8];
	uint32_t aregs[8];
} m68k_context;