mirror of
https://github.com/cc65/cc65.git
synced 2026-04-25 22:18:27 +00:00
rename all waitvblank() to waitvsync()
This commit is contained in:
@@ -41,7 +41,7 @@ int main(int argc, char *argv[])
|
||||
break;
|
||||
}
|
||||
|
||||
waitvblank();
|
||||
waitvsync();
|
||||
|
||||
(*((unsigned char*)LCD_XPOS)) = x;
|
||||
(*((unsigned char*)LCD_YPOS)) = y;
|
||||
|
||||
Reference in New Issue
Block a user