From: uz Date: Sun, 22 Jul 2012 11:18:36 +0000 (+0000) Subject: Fixed a few comments. X-Git-Tag: V2.14~281 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=97060cc32ea03e46e64d42688c9f64762d4b7cc8;p=cc65 Fixed a few comments. git-svn-id: svn://svn.cc65.org/cc65/trunk@5791 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/tgi/tgi_load.s b/libsrc/tgi/tgi_load.s index 9ce438066..bd1815241 100644 --- a/libsrc/tgi/tgi_load.s +++ b/libsrc/tgi/tgi_load.s @@ -92,8 +92,8 @@ ctrl: .addr _read @L4: rts ; Check the driver signature, install the driver. c is already on stack and -; will get removed by ser_install(). -; Res = ser_install (ctrl.module); +; will get removed by tgi_install(). +; tgi_install (ctrl.module); @L5: lda ctrl + MOD_CTRL::MODULE ldx ctrl + MOD_CTRL::MODULE+1 @@ -115,4 +115,4 @@ ctrl: .addr _read .endproc - +