]> git.sur5r.net Git - cc65/commitdiff
small process handling info update
authorizydorst <izydorst@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 15 Aug 2003 19:57:29 +0000 (19:57 +0000)
committerizydorst <izydorst@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 15 Aug 2003 19:57:29 +0000 (19:57 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2327 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/geos.sgml

index 2c38256dedd02defd057d8ec98813cdda8d94505..9ce76b3d452c0444ef48cc5b86e3162c53e5d5da 100644 (file)
@@ -1174,6 +1174,7 @@ after <tt/InitProcesses/, because it resets all flags and counters and it starts
 <tt/void UnBlockProcess (char processNumber)/
 <p>
 <tt/BlockProcess/ disables the execution of given process, but this does not disable the timers.
+It means that if you call <tt/UnBlockProcess/ before timer runs out, the process will be executed.
 <p>
 <tt/UnBlockProcess/ does the opposite.