From 1f9f96d9b7fab3f8cbc1212fe19147033118718e Mon Sep 17 00:00:00 2001 From: uz Date: Sun, 22 Jul 2012 11:20:45 +0000 Subject: [PATCH] More comment fixes. git-svn-id: svn://svn.cc65.org/cc65/trunk@5792 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/tgi/tgi_load.s | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libsrc/tgi/tgi_load.s b/libsrc/tgi/tgi_load.s index bd1815241..b70f86747 100644 --- a/libsrc/tgi/tgi_load.s +++ b/libsrc/tgi/tgi_load.s @@ -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