X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2FCyclone%2FCyclone.h;h=fe53bb8331ed5ac7a6738bc3038f1c0546a5047f;hb=a67855765d6106f3fd8737ec35c2165460d2705f;hp=8913c261ddcd995c9bd3b5016fd9b41ac574dfc0;hpb=cc68a136aa179a5f32fe40208371eb9c2b0aadae;p=picodrive.git diff --git a/cpu/Cyclone/Cyclone.h b/cpu/Cyclone/Cyclone.h index 8913c26..fe53bb8 100644 --- a/cpu/Cyclone/Cyclone.h +++ b/cpu/Cyclone/Cyclone.h @@ -53,6 +53,9 @@ void CycloneRun(struct Cyclone *pcy); void CycloneSetSr(struct Cyclone *pcy, unsigned int sr); // auto-swaps a7<->osp if detects supervisor change unsigned int CycloneGetSr(struct Cyclone *pcy); +// genesis: if 1, switch to normal TAS handlers +void CycloneSetRealTAS(int use_real); + #ifdef __cplusplus } // End of extern "C" #endif