mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
svp compiler direct calls
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@360 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
259ed0ea66
commit
e807ac752b
13 changed files with 238 additions and 126 deletions
11
Pico/carthw/svp/compiler.h
Normal file
11
Pico/carthw/svp/compiler.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#define TCACHE_SIZE (1024*1024)
|
||||
|
||||
extern unsigned int tcache[];
|
||||
|
||||
void regfile_load(void);
|
||||
void regfile_store(void);
|
||||
|
||||
int ssp1601_dyn_startup(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