]> git.sur5r.net Git - cc65/blobdiff - libsrc/apple2/mcbdefault.s
Fixed gcc compiler warning (#867)
[cc65] / libsrc / apple2 / mcbdefault.s
index 892e387e03bd919c5a53cb18bf6edaf7dba0da8f..c24c5df565fa48ae2cbea76f7f29267549264d06 100644 (file)
@@ -26,8 +26,8 @@ visible:.res    1
 _mouse_def_callbacks:
         .addr   hide
         .addr   show
+        .addr   prep
         .addr   draw
-        .addr   move
         .addr   movex
         .addr   movey
 
@@ -36,7 +36,7 @@ _mouse_def_callbacks:
         .data
 
         .ifdef  __APPLE2ENH__
-cursor = 'B'                    ; MouseText character
+cursor = $42                    ; Pointer MouseText character
         .else
 cursor = '+' | $40              ; Flashing crosshair
         .endif
@@ -76,7 +76,7 @@ hide:
         ; Fall through
 
 ; Prepare to move the mouse cursor.
-move:
+prep:
         jsr     getcursor       ; Cursor visible at current position?
         bne     done            ; No, we're done
         lda     backup          ; Get character at cursor position