X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2FCyclone%2Fapp.h;h=e8fb21287148820fe03565c82ebf89bbbf43cd61;hb=d5d119243c9e1086e1e6cb34ea05bfd6ab18c200;hp=c260c2f7b4d54338e09cb6e8a871dcb4bcd5f7e2;hpb=cc68a136aa179a5f32fe40208371eb9c2b0aadae;p=picodrive.git diff --git a/cpu/Cyclone/app.h b/cpu/Cyclone/app.h index c260c2f..e8fb212 100644 --- a/cpu/Cyclone/app.h +++ b/cpu/Cyclone/app.h @@ -79,7 +79,7 @@ int OpExt(int op); int OpSet(int op); int OpAsr(int op); int OpAsrEa(int op); -int OpTas(int op); +int OpTas(int op, int gen_special=0); // OpMove.cpp int OpMove(int op);