mirror of
https://github.com/FunKey-Project/picofe-irixxxx.git
synced 2026-01-25 09:14:44 +01:00
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@703 be3aeb3a-fb24-0410-a615-afba39da0efa
10 lines
187 B
C
10 lines
187 B
C
|
|
extern int memdev;
|
|
extern volatile unsigned short *gp2x_memregs;
|
|
extern volatile unsigned long *gp2x_memregl;
|
|
|
|
/* 940 core */
|
|
void pause940(int yes);
|
|
void reset940(int yes, int bank);
|
|
|