]> git.sur5r.net Git - cc65/blobdiff - doc/nes.sgml
Moved contents of SetNewMode doc
[cc65] / doc / nes.sgml
index 98c25b6af934faebfab7f4bf3446f8f5fde2433b..14fcac559bcf995a9fdad020c7311b993a5d9d1d 100644 (file)
@@ -1,12 +1,10 @@
 <!doctype linuxdoc system>
 
 <article>
-
 <title>Nintendo Entertainment System specific information for cc65
 <author>
 <url url="mailto:uz@cc65.org" name="Ullrich von Bassewitz">,<newline>
 <url url="mailto:polluks@sdf.lonestar.org" name="Stefan A. Haubenthal">
-<date>2014-04-12
 
 <abstract>
 An overview over the NES runtime system as it is implemented for the
@@ -69,8 +67,8 @@ Programs containing NES specific code may use the <tt/nes.h/ header file.
 <sect1>NES specific functions<p>
 
 <itemize>
-<item>waitvblank - wait until the start of vblank
-<item>get_tv
+<item>waitvsync - wait until the start of the next frame</item>
+<item>get_tv</item>
 </itemize>