notaz.gp2x.de
/
picodrive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
minor 68k timing tuning
[picodrive.git]
/
platform
/
psp
/
emu.h
1
2
extern int engineStateSuspend;
3
4
void emu_HandleResume(void);
5
6
void emu_msg_cb(const char *msg);
7
8
// actually comes from Pico/Misc_amips.s
9
void memset32_uncached(int *dest, int c, int count);
10