Cyclone: direct memhandler calls option + reset function
[picodrive.git] / cpu / Cyclone / Cyclone.h
index 9ef7090..fc7695e 100644 (file)
@@ -52,6 +52,9 @@ struct Cyclone
 // Initialize. Used only if Cyclone was compiled with compressed jumptable, see config.h\r
 void CycloneInit(void);\r
 \r
+// Reset\r
+void CycloneReset(struct Cyclone *pcy);\r
+\r
 // Run cyclone. Cycles should be specified in context (pcy->cycles)\r
 void CycloneRun(struct Cyclone *pcy);\r
 \r