X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fnes.sgml;h=3f8f74183c59b5285b88610b0bfab32e9270f58c;hb=74455508314bc2b007e812ec5f9429496b9fbd5f;hp=98c25b6af934faebfab7f4bf3446f8f5fde2433b;hpb=e809d6bf0d0ed35bee291cffb845b280e42a9bc6;p=cc65 diff --git a/doc/nes.sgml b/doc/nes.sgml index 98c25b6af..3f8f74183 100644 --- a/doc/nes.sgml +++ b/doc/nes.sgml @@ -1,12 +1,10 @@
- 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> @@ -181,17 +179,14 @@ including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: <enum> -<item> The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. -<item> Altered source versions must be plainly marked as such, and must not - be misrepresented as being the original software. -<item> This notice may not be removed or altered from any source - distribution. +<item> The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +<item> Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. +<item> This notice may not be removed or altered from any source + distribution. </enum> </article> - - -