summaryrefslogtreecommitdiffstats
path: root/src/main.c
blob: 655373b74ae0b4076d5cf490da639f99ffe78232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
int main()
{
    *(unsigned int*)0x04000000 = 0x0403;

    ((unsigned short*)0x06000000)[120+80*240] = 0x001F;
    ((unsigned short*)0x06000000)[136+80*240] = 0x03E0;
    ((unsigned short*)0x06000000)[120+96*240] = 0x7C00;

    while(1);

    return 0;
}