More comment fixes.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5792 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
97060cc32e
commit
1f9f96d9b7
1 changed files with 1 additions and 2 deletions
|
@ -91,8 +91,7 @@ ctrl: .addr _read
|
|||
@L3: sta _tgi_error
|
||||
@L4: rts
|
||||
|
||||
; Check the driver signature, install the driver. c is already on stack and
|
||||
; will get removed by tgi_install().
|
||||
; Check the driver signature, install the driver.
|
||||
; tgi_install (ctrl.module);
|
||||
|
||||
@L5: lda ctrl + MOD_CTRL::MODULE
|
||||
|
|
Loading…
Add table
Reference in a new issue