1.31 release

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@80 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-03-25 22:21:21 +00:00
parent 782f8f2211
commit c008977e8e
12 changed files with 160 additions and 50 deletions

View file

@ -53,6 +53,9 @@ void CycloneRun(struct Cyclone *pcy);
void CycloneSetSr(struct Cyclone *pcy, unsigned int sr); // auto-swaps a7<->osp if detects supervisor change
unsigned int CycloneGetSr(struct Cyclone *pcy);
// genesis: if 1, switch to normal TAS handlers
void CycloneSetRealTAS(int use_real);
#ifdef __cplusplus
} // End of extern "C"
#endif