|
RetroArch
|
Macros | |
| #define | ARAMSTART 0x8000 |
| #define | ARAM_READ 1 |
| #define | ARAM_WRITE 0 |
Functions | |
| static char aramfix [2048] | ATTRIBUTE_ALIGN (32) |
| void | ARAMPut (char *src, char *dst, int len) |
| void | ARAMFetch (char *dst, char *src, int len) |
| #define ARAM_READ 1 |
| #define ARAM_WRITE 0 |
| #define ARAMSTART 0x8000 |
| void ARAMFetch | ( | char * | dst, |
| char * | src, | ||
| int | len | ||
| ) |
| void ARAMPut | ( | char * | src, |
| char * | dst, | ||
| int | len | ||
| ) |
|
static |
This code is licensed to you under the terms of the GNU GPL, version 2; see file COPYING or http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
1.8.15