]> git.sur5r.net Git - cc65/blobdiff - libsrc/mouse/mouse-kernel.s
Fixed a problem in mouse_load_driver: The driver was not removed from memory
[cc65] / libsrc / mouse / mouse-kernel.s
index 9a1fdf1f191e22e256c14fcbdfca551a3e9cf154..bd0e15356637cdbc12f62b28c7b05c3e420bc3c4 100644 (file)
@@ -162,7 +162,7 @@ _mouse_uninstall:
        jsr     uninstall_irq           ; Disable driver interrupts
         jsr     mouse_uninstall         ; Call driver routine
 
-mouse_clear_ptr:                        ; External entry point
+_mouse_clear_ptr:                       ; External entry point
         lda     #0
         sta     _mouse_drv
         sta     _mouse_drv+1            ; Clear the driver pointer
@@ -170,3 +170,4 @@ mouse_clear_ptr:                        ; External entry point
         tax
         rts                             ; Return zero
 
+