X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2FCyclone%2FCyclone.h;h=fe53bb8331ed5ac7a6738bc3038f1c0546a5047f;hb=c008977e8ec74b68cbccc017620a156cc39b79b2;hp=8913c261ddcd995c9bd3b5016fd9b41ac574dfc0;hpb=782f8f2211d098b22b5805a720d2aa38884d47ac;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