1
0
mirror of https://github.com/lefticus/6502-cpp.git synced 2024-05-31 19:41:33 +00:00
6502-cpp/examples/test.c
2016-07-07 15:48:27 -06:00

5 lines
85 B
C

int main()
{
*((char *)0xd020) = 0x01; // set the border color to white on a c64
}