mirror of
https://github.com/cc65/cc65.git
synced 2026-04-26 13:18:31 +00:00
rename all waitvblank() to waitvsync()
This commit is contained in:
@@ -117,8 +117,8 @@ void main(void)
|
||||
gotoxy(7 + inpos,1);
|
||||
|
||||
#if defined(__NES__) || defined(__PCE__) || defined(__GAMATE__)
|
||||
/* not all targets have waitvblank */
|
||||
waitvblank();
|
||||
/* not all targets have waitvsync */
|
||||
waitvsync();
|
||||
/* for targets that do not have a keyboard, read the first
|
||||
joystick */
|
||||
joy = joy_read(JOY_1);
|
||||
|
||||
Reference in New Issue
Block a user