notaz.gp2x.de
/
picodrive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
distinguish VR SVP from 32X version
[picodrive.git]
/
platform
/
gp2x
/
soc_mmsp2.h
1
2
extern int memdev;
3
extern volatile unsigned short *gp2x_memregs;
4
extern volatile unsigned long *gp2x_memregl;
5
6
/* 940 core */
7
void pause940(int yes);
8
void reset940(int yes, int bank);
9