title screen with colors

This commit is contained in:
thamugadi 2021-10-10 22:00:58 +01:00
parent b597fae1a3
commit d6eb5d84b9
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ void main(void)
//fillscreen(85,100,85, 0x100000);
for(;;)
{
memcpy_24bit(0x81000000, 0x82200000, 0xFF00,1);
memcpy(0x81000000, 0x81000001, 0x10000);
}
}