Merged latest WinUAE and uae4arm changes. Added 64-bit support.

This commit is contained in:
Dimitris Panokostas 2019-08-31 17:30:51 +02:00
parent f7e40e29f8
commit dd0c748dde
172 changed files with 33410 additions and 16837 deletions

View file

@ -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;