mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
Cyclone: direct memhandler calls option + reset function
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@778 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
5d572e5228
commit
fc1874de8a
5 changed files with 102 additions and 26 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue