Commit | Line | Data |
---|---|---|
1820b5a7 | 1 | // (c) Copyright 2006-2007 notaz, All rights reserved. |
2 | // Free for non-commercial use. | |
3 | ||
4 | // For commercial use, separate licencing terms must be obtained. | |
5 | ||
6 | ||
713c9224 | 7 | extern int engineStateSuspend; |
1820b5a7 | 8 | |
ea08c296 | 9 | void emu_HandleResume(void); |
1820b5a7 | 10 | |
8ab3e3c1 | 11 | void emu_msg_cb(const char *msg); |
1820b5a7 | 12 | |
b542be46 | 13 | // actually comes from Pico/Misc_amips.s |
14 | void memset32_uncached(int *dest, int c, int count); | |
1820b5a7 | 15 |