Merged latest WinUAE and uae4arm changes. Added 64-bit support.
This commit is contained in:
parent
f7e40e29f8
commit
dd0c748dde
172 changed files with 33410 additions and 16837 deletions
|
@ -965,6 +965,12 @@ extern compop_func op_66ff_0_comp_ff;
|
|||
extern compop_func op_6700_0_comp_ff;
|
||||
extern compop_func op_6701_0_comp_ff;
|
||||
extern compop_func op_67ff_0_comp_ff;
|
||||
extern compop_func op_6800_0_comp_ff;
|
||||
extern compop_func op_6801_0_comp_ff;
|
||||
extern compop_func op_68ff_0_comp_ff;
|
||||
extern compop_func op_6900_0_comp_ff;
|
||||
extern compop_func op_6901_0_comp_ff;
|
||||
extern compop_func op_69ff_0_comp_ff;
|
||||
extern compop_func op_6a00_0_comp_ff;
|
||||
extern compop_func op_6a01_0_comp_ff;
|
||||
extern compop_func op_6aff_0_comp_ff;
|
||||
|
@ -2479,6 +2485,12 @@ extern compop_func op_66ff_0_comp_nf;
|
|||
extern compop_func op_6700_0_comp_nf;
|
||||
extern compop_func op_6701_0_comp_nf;
|
||||
extern compop_func op_67ff_0_comp_nf;
|
||||
extern compop_func op_6800_0_comp_nf;
|
||||
extern compop_func op_6801_0_comp_nf;
|
||||
extern compop_func op_68ff_0_comp_nf;
|
||||
extern compop_func op_6900_0_comp_nf;
|
||||
extern compop_func op_6901_0_comp_nf;
|
||||
extern compop_func op_69ff_0_comp_nf;
|
||||
extern compop_func op_6a00_0_comp_nf;
|
||||
extern compop_func op_6a01_0_comp_nf;
|
||||
extern compop_func op_6aff_0_comp_nf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue