X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2FCyclone%2FCyclone.h;h=fc7695e77db47f949dae1c79dc5bae11cf5e0954;hb=e898de13cdd5416507675f175958204c5e9f27e9;hp=9ef70900592390247c822eabc6a4e39fed0b7228;hpb=449ecf9257636348c23bf78bf502c424a48c4201;p=picodrive.git diff --git a/cpu/Cyclone/Cyclone.h b/cpu/Cyclone/Cyclone.h index 9ef7090..fc7695e 100644 --- a/cpu/Cyclone/Cyclone.h +++ b/cpu/Cyclone/Cyclone.h @@ -52,6 +52,9 @@ struct Cyclone // Initialize. Used only if Cyclone was compiled with compressed jumptable, see config.h void CycloneInit(void); +// Reset +void CycloneReset(struct Cyclone *pcy); + // Run cyclone. Cycles should be specified in context (pcy->cycles) void CycloneRun(struct Cyclone *pcy);