Add missing files from last commit.
This commit is contained in:
parent
9312de19ac
commit
f822488656
89 changed files with 18428 additions and 6383 deletions
12
src/x86_ops.h
Normal file
12
src/x86_ops.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
typedef int (*OpFn)(uint32_t fetchdat);
|
||||
|
||||
void x86_setopcodes(OpFn *opcodes, OpFn *opcodes_0f);
|
||||
|
||||
extern OpFn *x86_opcodes;
|
||||
extern OpFn *x86_opcodes_0f;
|
||||
|
||||
extern OpFn ops_286[1024];
|
||||
extern OpFn ops_286_0f[1024];
|
||||
|
||||
extern OpFn ops_386[1024];
|
||||
extern OpFn ops_386_0f[1024];
|
||||
Loading…
Reference in a new issue