small process handling info update
git-svn-id: svn://svn.cc65.org/cc65/trunk@2327 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -1174,6 +1174,7 @@ after <tt/InitProcesses/, because it resets all flags and counters and it starts
|
|||||||
<tt/void UnBlockProcess (char processNumber)/
|
<tt/void UnBlockProcess (char processNumber)/
|
||||||
<p>
|
<p>
|
||||||
<tt/BlockProcess/ disables the execution of given process, but this does not disable the timers.
|
<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>
|
<p>
|
||||||
<tt/UnBlockProcess/ does the opposite.
|
<tt/UnBlockProcess/ does the opposite.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user