From: cuz Date: Sun, 4 Apr 2004 20:43:08 +0000 (+0000) Subject: Fixed a comment X-Git-Tag: V2.12.0~852 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4ae1e7bbb77fd947ff3a826d72e3f1024e8e1e37;p=cc65 Fixed a comment git-svn-id: svn://svn.cc65.org/cc65/trunk@2973 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/c64/c64-joymouse.s b/libsrc/c64/c64-joymouse.s index 833f21cb6..798eaea0c 100644 --- a/libsrc/c64/c64-joymouse.s +++ b/libsrc/c64/c64-joymouse.s @@ -126,7 +126,7 @@ INSTALL: ldx #$00 txa - rts ; Run into UNINSTALL instead + rts ;---------------------------------------------------------------------------- ; UNINSTALL routine. Is called before the driver is removed from memory.