mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
svp block extractor for recompiler
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@354 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
6b6a3e50f2
commit
726bbb3e08
6 changed files with 287 additions and 25 deletions
|
@ -58,3 +58,7 @@ typedef struct
|
|||
void ssp1601_reset(ssp1601_t *ssp);
|
||||
void ssp1601_run(int cycles);
|
||||
|
||||
int ssp1601_dyn_init(void);
|
||||
void ssp1601_dyn_reset(ssp1601_t *ssp);
|
||||
void ssp1601_dyn_run(int cycles);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue