o fix sector calc

This commit is contained in:
david
2009-06-09 10:07:38 +02:00
parent 7bdc299e61
commit a4751edf97
5 changed files with 16 additions and 14 deletions

View File

@@ -93,7 +93,7 @@ void _print_screen(word y, char *buffer){
*(byte*)0x2118 = *buffer-32;
x++;
buffer++;
//waitForVBlank();
waitForVBlank();
}
}
void _print_console(const char *buffer){