1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-14 16:33:00 +00:00

nes: Document whether waitvblank waits for the start or end of vblank

This commit is contained in:
Lauri Kasanen 2015-10-05 17:18:53 +03:00
parent 24c2da980b
commit 04be8020b6

View File

@ -69,7 +69,7 @@ Programs containing NES specific code may use the <tt/nes.h/ header file.
<sect1>NES specific functions<p>
<itemize>
<item>waitvblank
<item>waitvblank - wait until the start of vblank
<item>get_tv
</itemize>