mirror of
https://github.com/cc65/cc65.git
synced 2024-12-21 20:29:24 +00:00
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:
parent
1ce25913dd
commit
0d2d580418
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user