]> git.sur5r.net Git - cc65/blobdiff - libsrc/c64/mou/c64-1351.s
Merge branch 'master' of https://github.com/oliverschmidt/cc65 into cassette
[cc65] / libsrc / c64 / mou / c64-1351.s
index dbe8cc4d3e4b6becae975a250eb4b68a7c116a21..3805e23dd34ab9ca83aded80f759a67a505a4d18 100644 (file)
@@ -69,8 +69,8 @@ HEADER:
 
 CHIDE:  jmp     $0000                   ; Hide the cursor
 CSHOW:  jmp     $0000                   ; Show the cursor
+CPREP:  jmp     $0000                   ; Prepare to move the cursor
 CDRAW:  jmp     $0000                   ; Draw the cursor
-CMOVE:  jmp     $0000                   ; Prepare to move the cursor
 CMOVEX: jmp     $0000                   ; Move the cursor to X coord
 CMOVEY: jmp     $0000                   ; Move the cursor to Y coord
 
@@ -316,7 +316,7 @@ IOCTL:  lda     #<MOUSE_ERR_INV_IOCTL     ; We don't support ioclts for now
 ; MUST return carry clear.
 ;
 
-IRQ:    jsr     CMOVE
+IRQ:    jsr     CPREP
 
 ; Record the state of the buttons.
 ; Avoid crosstalk between the keyboard and the mouse.