]> git.sur5r.net Git - cc65/blobdiff - doc/pce.sgml
Merge pull request #487 from polluks/patch-1
[cc65] / doc / pce.sgml
index 74692ce169d078d6473d9cefd4fc395b262d9b27..927df8f5cdd9ae2c6d7a036043603b8272ae0cf6 100644 (file)
@@ -5,7 +5,7 @@
 <title>PC-Engine (TurboGrafx) System specific information for cc65
 <author>
 <url url="mailto:groepaz@gmx.net" name="Groepaz/Hitmen">
-<date>2015-07-14
+<date>2016-09-29
 
 <abstract>
 An overview over the PCE runtime system as it is implemented for the
@@ -77,8 +77,8 @@ Programs containing PCE specific code may use the <tt/pce.h/ header file.
 <sect1>PCE specific functions<p>
 
 <itemize>
-<item>waitvblank</item>
-<item>get_tv</item> (since all PCE systems are NTSC, this always returns TV_NTSC)
+<item>waitvsync</item>
+<item>get_tv (since all PCE systems are NTSC, this always returns TV_NTSC)</item>
 </itemize>
 
 
@@ -111,12 +111,8 @@ The names in the parentheses denote the symbols to be used for static linking of
 
 <sect1>Graphics drivers<p>
 
-<descrip>
-
 No TGI graphics drivers are currently available for the PCE.
 
-</descrip><p>
-
 
 <sect1>Extended memory drivers<p>
 
@@ -175,7 +171,7 @@ following functions (and a few others):
 <sect>Other hints<p>
 
 <itemize>
-<item>a good emulator to use for PC-Engine is "mednafen" (<url url="http://mednafen.sourceforge.net">)
+<item>a good emulator to use for PC-Engine is "mednafen" (<url url="http://mednafen.fobby.net/">)
 </itemize>
 
 some useful resources on PCE coding:
@@ -183,7 +179,7 @@ some useful resources on PCE coding:
 <itemize>
 <item><url url="http://blog.blockos.org/?tag=pc-engine">
 <item><url url="http://pcedev.blockos.org/viewforum.php?f=5">
-<item><url url="http://www.romhacking.net/?page=documents&amp;category=&amp;platform=4&amp:game=&amp;author=&amp;perpage=20&amp;level=&amp;title=&amp;desc=&amp;docsearch=Go">
+<item><url url="http://www.romhacking.net/?page=documents&amp;platform=4">
 <item><url url="http://archaicpixels.com/Main_Page">
 
 <item><url url="http://www.magicengine.com/mkit/doc.html">