We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a513d commit 6ca5c5cCopy full SHA for 6ca5c5c
secondcpu/arm940/source/main.c
@@ -7,6 +7,7 @@
7
extern volatile void* __is_arm940;
8
int main() {
9
gp2xInit();
10
+ puCachesInitOn();
11
uint16_t* fb = (uint16_t*) malloc(320*240*2);
12
13
arm920Data[0] = (((uint32_t)fb) >> 16);
0 commit comments