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:
@@ -6,10 +6,10 @@
|
||||
; void InitProcesses (char number, struct process* proctab);
|
||||
; (rest)
|
||||
; void BlockProcess (char number);
|
||||
; void UnBlockProcess (char number);
|
||||
; void UnblockProcess (char number);
|
||||
|
||||
.export _BlockProcess
|
||||
.export _UnBlockProcess
|
||||
.export _UnblockProcess
|
||||
|
||||
.include "jumptab.inc"
|
||||
|
||||
@@ -17,6 +17,6 @@ _BlockProcess:
|
||||
tax
|
||||
jmp BlockProcess
|
||||
|
||||
_UnBlockProcess:
|
||||
_UnblockProcess:
|
||||
tax
|
||||
jmp UnBlockProcess
|
||||
jmp UnblockProcess
|
||||
|
||||
Reference in New Issue
Block a user