Renamed 'UnBlockProcess' to 'UnblockProcess' and 'UnFreezeProcess' to 'UnfreezeProcess' to matchall 3rd party docs.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5504 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -9,9 +9,9 @@ InitProcesses = $c103
|
||||
RestartProcess = $c106
|
||||
EnableProcess = $c109
|
||||
BlockProcess = $c10c
|
||||
UnBlockProcess = $c10f
|
||||
UnblockProcess = $c10f
|
||||
FreezeProcess = $c112
|
||||
UnFreezeProcess = $c115
|
||||
UnfreezeProcess = $c115
|
||||
HorizontalLine = $c118
|
||||
InvertLine = $c11b
|
||||
RecoverLine = $c11e
|
||||
|
||||
Reference in New Issue
Block a user